Go to file
2022-05-03 12:53:20 +02:00
404.html First commit 2022-05-01 12:03:31 +02:00
Gemfile First commit 2022-05-01 12:03:31 +02:00
Gemfile.lock First commit 2022-05-01 12:03:31 +02:00
LICENSE.md First commit 2022-05-01 12:03:31 +02:00
madeline.php First commit 2022-05-01 12:03:31 +02:00
mtproxyd First commit 2022-05-01 12:03:31 +02:00
phar.php First commit 2022-05-01 12:03:31 +02:00
README.md Update README.md 2022-05-03 12:53:20 +02:00
release71 First commit 2022-05-01 12:03:31 +02:00
release72 First commit 2022-05-01 12:03:31 +02:00
release73 First commit 2022-05-01 12:03:31 +02:00
release74 First commit 2022-05-01 12:03:31 +02:00
release80 First commit 2022-05-01 12:03:31 +02:00
release81 First commit 2022-05-01 12:03:31 +02:00
release-reverse.sh First commit 2022-05-01 12:03:31 +02:00
release.sh First commit 2022-05-01 12:03:31 +02:00

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.