californiamountainsnake / php-simple-telegram-api
This package is abandoned and no longer maintained.
No replacement package was suggested.
Php realisation of SOME methods of Telegram BOT API.
2.0.10
2021-03-09 09:49 UTC
Requires
- php: ^7.2
- ext-curl: *
- ext-json: *
- ext-mbstring: *
- californiamountainsnake/php-utils: ~1.0.2
- myclabs/php-enum: ~1.5
Requires (Dev)
- ext-dom: *
- phpunit/phpunit: ^7.0
- vlucas/phpdotenv: ^5.3
README
Php realisation of SOME methods of Telegram BOT API.
Install:
Require this package with Composer
Install this package through Composer.
Edit your project's composer.json
file to require californiamountainsnake/php-simple-telegram-api
:
{ "name": "yourproject/yourproject", "type": "project", "require": { "php": "^7.2", "californiamountainsnake/php-simple-telegram-api": "*" } }
and run composer update
or
run this command in your command line:
composer require californiamountainsnake/php-simple-telegram-api