Async PHP client/server API for the telegram MTProto protocol https://docs.madelineproto.xyz
Go to file
2016-08-03 16:07:58 -04:00
.vscode Fixed serialization/deserialization, now fixing mess in prime number generation module... 2016-07-18 17:11:37 +02:00
classes Applied fixes from StyleCI 2016-07-14 09:15:50 -04:00
libpy2php Applied fixes from StyleCI 2016-07-29 11:19:34 -04:00
tests Let the madness begin! 2016-06-23 23:51:08 +02:00
vendor Update dependencies 2016-08-03 22:07:40 +02:00
.gitignore Remove gitignore entry 2016-07-21 14:46:19 +02:00
aes256.php Applied fixes from StyleCI 2016-07-15 07:11:15 -04:00
Caddyfile Fixed serialization/deserialization, now fixing mess in prime number generation module... 2016-07-18 17:11:37 +02:00
composer.json Update dependencies 2016-08-03 22:07:40 +02:00
composer.lock Update dependencies 2016-08-03 22:07:40 +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 Applied fixes from StyleCI 2016-07-30 11:17:15 -04:00
mtproto.py Modifying prime function to make use of BigInteger functino 2016-07-30 17:16:54 +02:00
o Updated phpseclib, continuing to write prime module 2016-08-03 21:49:11 +02:00
prime.php Applied fixes from StyleCI 2016-08-03 16:07:58 -04:00
prime.py Update dependencies 2016-08-03 22:07:40 +02:00
README.md update 2016-07-20 20:23:26 +02:00
sqr.php Applied fixes from StyleCI 2016-07-30 10:14:47 -04: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 Fixed serialization/deserialization, now fixing mess in prime number generation module... 2016-07-18 17:11:37 +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 Implemented root and pow functions in the BigInteger lib, made some changes to support update PHPStruct lib 2016-07-30 16:14:25 +02:00
TL.py Fixed serialization/deserialization, now fixing mess in prime number generation module... 2016-07-18 17:11:37 +02:00

MadelineProto

StyleCI

PHP implementation of MTProto, converted from telepy using py2php.

This is a WIP.

This project requires PHP 7 and a 64 bit machine.

The name of this project is inspired by this person.