UDP network library that follows the RakNet protocol for PHP. GPL Licensed
Find a file
2016-06-07 10:34:25 -04:00
protocol Closes #16 2016-02-28 00:10:51 +01:00
server Update SessionManager.php 2016-06-07 10:34:25 -04:00
.gitignore Initial commit 2014-06-04 01:19:28 +02:00
Binary.php Fixed possible crash 2015-01-03 16:36:36 +01:00
LICENSE.md Update LICENSE.md 2013-08-08 14:04:40 +02:00
RakLib.php Removed pre join queue, limited possible attack using split packets, removed need to create sessions for pings 2015-09-27 13:36:42 +02:00
README.md Initial commit 2014-06-04 01:19:28 +02:00

RakLib

UDP network library that follows the RakNet protocol for PHP

This project is not affiliated with Jenkins Software LLC nor RakNet.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

## Exceptions
The usage of this library with PocketMine-MP will allow the creation
of derivated non open-source works, without direct usage of RakLib.
Only PocketMine-MP and their plugins will be able to use the library
without license restrictions.