Download the PHP package skrtdev/novagram without Composer
On this page you can find all versions of the php package skrtdev/novagram. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download skrtdev/novagram
More information about skrtdev/novagram
Files in skrtdev/novagram
Package novagram
Short Description An Object-Oriented PHP Library for Telegram Bots
License MIT
Rated 4.13 based on 8 reviews
Informations about the package novagram
NovaGram
[![GitHub license](https://img.shields.io/github/license/skrtdev/NovaGram)](https://github.com/skrtdev/NovaGram/blob/master/LICENSE) [![GitHub stars](https://img.shields.io/github/stars/skrtdev/NovaGram)](https://github.com/skrtdev/NovaGram/stargazers) [![Version](https://poser.pugx.org/skrtdev/novagram/version)](https://github.com/skrtdev/NovaGram/releases) [![Total Downloads](https://poser.pugx.org/skrtdev/novagram/downloads)](https://packagist.org/packages/skrtdev/novagram) [![Total Downloads](https://img.shields.io/static/v1?label=telegram&message=group&color=blue&logo=telegram)](https://t.me/joinchat/JdBNOEqGheC33G476FiB2g)
An elegant, Object-Oriented, reliable PHP Telegram Bot Library
Full Documentation •
Public support group
Examples •
Features •
Installation
🌟 v1.9 has been released: check changelog here
⚙️ Examples
An example code of a simple bot.
Works with both getUpdates and Webhooks
📎 Features
- Full: All the Methods and Types implemented in Bot Api 5.0 (support local Bot Api too)
- Fast: Support for JSON payload, and async handling of updates
- Extendable: With Prototypes, you can add your custom functionalities
- Easy: Exactly like original Bot Api, with many methods simplified in a very nice way
- Ready: You can start creating your amazing bot right now, thanks to many Built-in features, such as Conversations, Entities Parser and getDC
- Secure: When using Webhooks, there is a Built-in Telegram IP Check, that works with Cloudflare too!
Why another PHP library?
I decided to build my own php library for telegram bot api because all the libraries i found on the web made it difficult even to do the simplest things, such as a sendMessage.
NovaGram is built in order to bring a lightweight alternative to make bots, so that it is simple for beginners, but powerful for who already knows how to implement it.
⬇️ Installation
Installation via Composer
Install NovaGram via Composer
After Installation, include NovaGram with:
Installation via Phar
Include the phar
file in your bot file:
More info in the Documentation
All versions of novagram with dependencies
ext-json Version *
ext-curl Version *
skrtdev/async Version ^1.0
monolog/monolog Version ^2.1
symfony/polyfill-php80 Version ^1.22