-
Notifications
You must be signed in to change notification settings - Fork 175
Home
This is a complete PHP7 bot API implementation for Telegram.
- Enables you to send messages, stickers, location and other methods via PHP to Telegram.
- Respects and implements the default types and methods made by Telegram itself.
- Doesn't need any dependency, except for Guzzle. I'm working on an implementation that doesn't require Guzzle as well.
- Inline bots support!
This project was born to study the new concepts of PHP7 and to integrate some other knowledge I had previously heard about but didn't have the time to play with them. The idea behind was to create a simple to use class which could play nicely with the Telegram API. The end result however ended up being a complete bot API implementation, which can be used very easily.
Mainly because PHP7 is a fantastic release and I wanted to release some new software based solely on this new version in order to get to know more about it.
I will try my best to respect Semantic Versioning.
That being said, the first stable release is v1.0.0, from there on no mayor BC changes will occur unless we update
the major.
Please check the following section for more information about colaborating.