Async PHP client/server API for the telegram MTProto protocol https://docs.madelineproto.xyz
Go to file
2016-07-15 15:01:32 +02:00
classes Applied fixes from StyleCI 2016-07-14 09:15:50 -04:00
libpy2php Applied fixes from StyleCI 2016-07-14 09:15:50 -04:00
tests Let the madness begin! 2016-06-23 23:51:08 +02:00
vendor Added phpseclib 2016-07-15 13:17:53 +02:00
.gitignore Fix syntax mistakes, added vendor dir. 2016-07-15 13:10:38 +02:00
aes256.php Applied fixes from StyleCI 2016-07-15 07:11:15 -04:00
composer.json Added phpseclib 2016-07-15 13:17:53 +02:00
composer.lock Added phpseclib 2016-07-15 13:17:53 +02:00
crypt.php Change aes engine 2016-07-15 13:03:36 +02:00
crypt.py Some bytearrays were replaced with bytes. 2015-03-17 20:26:22 +03:00
mtproto.php Fixing substr 2016-07-15 15:01:32 +02:00
mtproto.py Fixing substr 2016-07-15 15:01:32 +02:00
prime.php Applied fixes from StyleCI 2016-07-14 09:15:50 -04:00
prime.py crypt module refactor. need to be tested in py2 2015-03-16 17:59:59 +03:00
README.md Update README.md 2016-07-14 16:32:55 +02:00
telepy.php Applied fixes from StyleCI 2016-07-14 09:15:50 -04:00
telepy.py testing.py now shares Telepy class with TelepyShell 2015-03-23 03:08:49 +09:00
testing.php Applied fixes from StyleCI 2016-07-14 09:15:50 -04: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 Fixing substr 2016-07-15 15:01:32 +02:00
TL.py Implemented phpstruct and started turning everything into classes. 2016-07-14 14:22:46 +02:00

MadelineProto

StyleCI

PHP implementation of MTProto, converted from telepy using py2php.

This is a WIP.

This project requires PHP 7.

The name of this project is inspired by this person.