hugphp / telegram
A Laravel package for interacting with the Telegram Bot API
Fund package maintenance!
nunomaduro
Patreon
www.paypal.com/paypalme/enunomaduro
Requires
- php: ^8.3.0
- illuminate/support: ^11.0|^12.0
Requires (Dev)
- laravel/pint: ^1.18.1
- orchestra/testbench: ^10.2
- peckphp/peck: ^0.1.1
- pestphp/pest: ^3.5.1
- pestphp/pest-plugin-type-coverage: ^3.1
- phpstan/phpstan: ^1.12.7
- rector/rector: ^1.2.8
- symfony/var-dumper: ^7.1.6
README
This package provides a wonderful Telegram Bot API to start building your next package idea.
Requires PHP 8.3+
โก๏ธ Install the package using Composer:
composer require hugphp/telegram
๐งน Keep a modern codebase with Pint:
composer lint
โ Run refactors using Rector
composer refacto
โ๏ธ Run static analysis using PHPStan:
composer test:types
โ Run unit tests using PEST
composer test:unit
๐ Run the entire test suite:
composer test
Hugphp Telegram was created by Micheal Ataklt under the MIT license.