MadelineProtoPhar/README.md
2022-05-03 12:53:20 +02:00

380 B

MadelineProtoPhar

This website contains the MadelineProto easy installer.

Usage:

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

That's it.

See docs.madelineproto.xyz for more information about MadelineProto.