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.

Installs: 255

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/californiamountainsnake/php-simple-telegram-api

2.0.10 2021-03-09 09:49 UTC

This package is auto-updated.

Last update: 2022-05-09 12:42:54 UTC


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