mateodioev / alchemist
Alchemist is a library for developing telegram bots, it supports inline queries (if the bot has it enabled), normal messages, and calbacks.
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/mateodioev/alchemist
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