Async PHP client/server API for the telegram MTProto protocol https://docs.madelineproto.xyz
Go to file
2016-06-28 03:10:15 +02:00
classes Translating... 2016-06-26 14:53:16 +02:00
libpy2php Translating... 2016-06-26 12:59:15 +02:00
tests Let the madness begin! 2016-06-23 23:51:08 +02:00
.gitignore Add auth error handling 2015-04-04 15:18:45 +08:00
AES.class.php Let the madness begin! 2016-06-23 23:51:08 +02:00
crypt.php Let the madness begin! 2016-06-23 23:51:08 +02:00
crypt.py Some bytearrays were replaced with bytes. 2015-03-17 20:26:22 +03:00
mtproto.php Got the sending to work 2016-06-28 03:10:15 +02:00
mtproto.py Got the sending to work 2016-06-28 03:10:15 +02:00
prime.php Translating... 2016-06-27 16:52:28 +02:00
prime.py crypt module refactor. need to be tested in py2 2015-03-16 17:59:59 +03:00
README.md Got the sending to work 2016-06-28 03:10:15 +02:00
telepy.php Translating... 2016-06-26 14:53:16 +02:00
telepy.py testing.py now shares Telepy class with TelepyShell 2015-03-23 03:08:49 +09:00
testing.php Translating... 2016-06-26 14:53:16 +02:00
testing.py Test with py3 2015-04-04 21:39:26 +08:00
TL_schema.JSON TL Schema moved to JSON mode. 2015-03-11 19:58:26 +03:00
TL.php Translating... 2016-06-27 22:52:07 +02:00
TL.py Now deserialized answer is an object. 2015-04-11 09:43:13 +03:00

MadelineProto

PHP implementation of MTProto, converted from telepy using py2php.

This is a WIP.

This project requires PHP 7. It might not work on big endian machines.

The name of this project is inspired by this person.