Download the PHP package chipslays/litegram without Composer
On this page you can find all versions of the php package chipslays/litegram. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package litegram
🍃 Litegram
v3.x under wip, but can usable.
Simple, flexible, modular library based on events for Telegram Bot Api.
Litegram can be used as a regular lightweight library or as a framework with added of plugins.
⭐ Features
- Events based (Routing);
- Cache (Redis, Memcached);
- Database (based on Laravel Database + Eloquent);
- Middlewares;
- Localization (based on Phrase);
- Sessions (based on Storage plugin);
- Storage (Flat files, Database drivers);
- Talk (Chain Conversation);
- Validation (based on Respect/Validation);
- Stemming;
- Plugins and Components;
- Supports Webhooks & Simple Long-polling (not async);
🔩 Installation
Install via Composer:
📁 Litegram Project
You can use a ready-made and configured project for a quick start.
See more information here.
1️⃣ Create project:
2️⃣ Change the parameters of the configs and finally type in Terminal:
🎉 Congratulation, bot project was set up.
💡 Examples
Note: Method
ask
work correctly only ifstorage
driver set asfile
.
More examples you can see here
.
📖 Documentation
Documentation can be found here
.
🧩 VS Code Extension
Install Litegram Snippets extension for VS Code to increase productivity.
🔑 License
Released under the MIT public license. See the enclosed LICENSE
for details.
All versions of litegram with dependencies
ext-curl Version *
chipslays/event Version 1.0.*
chipslays/sauce Version ^1.0
chipslays/phrase Version ^1.0
chipslays/collection Version ^1.0
chipslays/pastly-api Version ^1.1
illuminate/database Version ^8||^9||^10
illuminate/pagination Version ^8||^9||^10
wamania/php-stemmer Version 2.0
respect/validation Version ^2.2
opis/closure Version ^3.6