Download the PHP package taknone/sessionbridge without Composer

On this page you can find all versions of the php package taknone/sessionbridge. 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 sessionbridge

SessionBridge

logo SessionBridge : Pure-PHP library to convert and bridge Telegram sessions between popular client formats ( Telethon , Pyrogram , Tdata , MadelineProto ) and LiveProto ( LP )

🔥 SessionBridge focuses on compatibility, reliability, and realistic production use. It provides a unified API and CLI to read, validate, convert, and export session / auth data across different implementations of Telegram's MTProto ecosystem


Key features

Note : SessionBridge is a translator / bridge between session file formats ( or text of session ) it does not reimplement MTProto or perform network login for you. Use a proper client library ( MadelineProto , LiveProto , Telethon , Pyrogram ) to perform active logins and connection flows


Installation

Install via Composer :

Or include directly in your project autoload


Quick start

PHP

CLI


Supported formats

If you need support for additional session types open an issue or contribute an adapter

Type From To
LiveProto String :white_check_mark: :white_check_mark:
LiveProto SQLite :white_check_mark: :white_check_mark:
Telethon String :white_check_mark: :white_check_mark:
Telethon SQLite :white_check_mark: :x:
Pyrogram String :white_check_mark: :white_check_mark:
Pyrogram SQLite :white_check_mark: :x:
Madeline String :white_check_mark: :x:
Tdata :white_check_mark: :x:

License

SessionBridge is released under the AGPLv3


Contact

If you need help, open an issue or discuss changes via pull requests. For sensitive security issues, use the repository's security contact

🎊 Happy bridging !


All versions of sessionbridge with dependencies

PHP Build Version
Package Version
Requires php-64bit Version >=8.4
taknone/liveproto Version *
taknone/attributes Version *
taknone/bootstrapper Version *
danog/madelineproto Version *
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 taknone/sessionbridge contains the following files

Loading the files please wait ...