MadelineProtoPhar/README.md
2019-06-19 17:37:11 +02:00

373 B

MadelineProtoPhar

This website contains the MadelineProto easy installer.

Usage:

Download madeline.php, and include it in your script:

if (!file_exists('madeline.php')) {
    copy('https://phar.madelineproto.xyz/madeline.php', 'madeline.php');
}
include 'madeline.php';

That's it.