californiamountainsnake/longmantelegrambot-payments

This package is abandoned and no longer maintained. No replacement package was suggested.

Classes intended for the processing payments via Telegram Payments API using a longman/telegram-bot library.

1.0.0 2019-12-06 10:29 UTC

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