Download the PHP package danog/madelineproto without Composer

On this page you can find all versions of the php package danog/madelineproto. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package madelineproto

MadelineProto, a PHP MTProto telegram client

Created by Daniil Gentili

#StandWithUkraine 🇺🇦

Do join the official channel, @MadelineProto and the support groups!

Approved by Telegram!

What's this?

This library can be used to easily interact with Telegram without the bot API, just like the official apps.

It can login with a phone number (MTProto API), or with a bot token (MTProto API, no bot API involved!).

It is now fully async!

Getting started (now fully async!)

Try running this code in a browser or in a console!

Tip: if you receive an error (or nothing), send us the error message and the MadelineProto.log file that was created in the same directory (if running from a browser).

Made with MadelineProto

The following open source projects were created using MadelineProto: you can directly install them, or explore the source code as direct examples on how to use MadelineProto's many features!

Want to add your own open-source project to this list? Click here!

Documentation


All versions of madelineproto with dependencies

PHP Build Version
Package Version
Requires php-64bit Version >=8.1
danog/primemodule Version ^1
symfony/polyfill-mbstring Version *
ext-mbstring Version *
ext-json Version *
ext-xml Version *
ext-dom Version *
ext-filter Version *
ext-hash Version *
ext-zlib Version *
ext-fileinfo Version *
amphp/amp Version ^3
amphp/http-client Version ^5.0.0-beta.17
amphp/http Version ^2
amphp/socket Version ^2
amphp/dns Version ^2
amphp/byte-stream Version ^2
amphp/file Version ^3.0.1
amphp/mysql Version ^3
amphp/postgres Version ^2
danog/dns-over-https Version ^1
amphp/http-client-cookies Version ^2
danog/tg-file-decoder Version ^0.1
league/uri Version ^7
danog/ipc Version ^1
amphp/log Version ^2
danog/loop Version ^1.1.0
phpseclib/phpseclib Version ^3.0.22
amphp/redis Version ^2
psr/http-factory Version ^1.0
psr/log Version ^3
webmozart/assert Version ^1.11
bacon/bacon-qr-code Version ^2.0
nikic/php-parser Version ^5
revolt/event-loop Version ^1.0.5
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package danog/madelineproto contains the following files

Loading the files please wait ....