californiamountainsnake / longmantelegrambot-payments
Classes intended for the processing payments via Telegram Payments API using a longman/telegram-bot library.
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 1
pkg:composer/californiamountainsnake/longmantelegrambot-payments
Requires
- php: ^7.2
- californiamountainsnake/php-database-entities: ~1.0.5
- longman/telegram-bot: ~0.60
- psr/log: ^1.1
Requires (Dev)
- ext-dom: *
- phpunit/phpunit: ^7.0
This package is auto-updated.
Last update: 2022-05-29 23:11:37 UTC
README
Classes intended for the processing payments via Telegram Payments API using a longman/telegram-bot library.
Install:
Require this package with Composer
Install this package through Composer.
Edit your project's composer.json file to require californiamountainsnake/longmantelegrambot-payments:
{
"name": "yourproject/yourproject",
"type": "project",
"require": {
"php": "^7.2",
"californiamountainsnake/longmantelegrambot-payments": "*"
}
}
and run composer update
or
run this command in your command line:
composer require californiamountainsnake/longmantelegrambot-payments