DEV Community

Benyamin Khalife
Benyamin Khalife

Posted on • Edited on

Telegram Bot Library Development with PHP

What suggestions or criticisms do you have for me?

I previously developed a version of the library, although it was not popular, but it was great for me and helped me build various commercial projects using it.

Probably the lack of writing strong documentation and not creating content to introduce and teach its use caused it to be unknown

This time I am rewriting it. The goal of this rewriting is to create a more modern, simpler and cleaner syntax. Also, new features and methods should be added to it

For example, sending a simple message will be as easy as this:

Bot::new()->text('Hello world')->send();
Enter fullscreen mode Exit fullscreen mode

Its basic structure is being implemented
I don't know if there is interest in contributing to it or not, if you are interested, now is the time 😁

https://github.com/botfire/botfire

Top comments (2)

Collapse
 
xavier_dupont_dd40dda8fd0 profile image
Xavier Dupont

Hi, I'll be happy to look at the code with you.

Collapse
 
benkhalife profile image
Benyamin Khalife

Glad to hear this
github.com/botfire/botfire
It's still in its early stages