mateodioev / alchemist
This package is abandoned and no longer maintained.
No replacement package was suggested.
Alchemist is a library for developing telegram bots, it supports inline queries (if the bot has it enabled), normal messages, and calbacks.
dev-master
2022-04-21 18:04 UTC
Requires
- guzzlehttp/guzzle: ^7.4
- mateodioev/db: dev-master
- mateodioev/request: dev-master
- mateodioev/translate: dev-master
- php-parallel-lint/php-console-color: ^1.0
- vlucas/phpdotenv: ^5.4
This package is auto-updated.
Last update: 2023-02-21 19:53:59 UTC
README
See examples
Installation
Github:
git clone https://github.com/Mateodioev/alchemist.git
cd alchemist
composer install
Composer (recommended):
composer require mateodioev/alchemist
# if not work try:
composer require mateodioev/alchemist:dev-master