as3ii / php-telegram-api

php library to easily access telegram api. No OOP here

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

php-telegram-api

A library OOP-free to easily handle telegram bot api

Installation

  • create or navigate inside your project folder
  • run git submodule add https://github.com/as3ii/php-telegram-api to add the library as a submodule inside your project
  • run git add php-telegram-api && git commit -m "adde submodule: php-telegram-api"
  • git push if you have a remote repository

Updating

  • navigate inside your project directory
  • run git submodule update --remote --recursive

About

php library to easily access telegram api. No OOP here

License:Apache License 2.0


Languages

Language:PHP 100.0%