chipslays/litegram-project

Installs: 29

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

Type:project

pkg:composer/chipslays/litegram-project

1.1.6 2021-11-05 15:00 UTC

This package is auto-updated.

Last update: 2025-10-06 22:13:16 UTC


README

Ready-to-use project structure based on Litegram library.

Installation

composer create-project chipslays/litegram-project SuperDuperBot

Quick-start

  • Create project via composer or cloning;
  • Go to config/bot.php and configure project;
  • Go to bot/core/bootstrap/plugins.php and comment/uncomment something;
  • Add some logic in bot/brain.php file;
  • If you want use database, type in Terminal:
php lite migrate:up

NOTE: Before doing this 👆, set up database config in config/bot.php.

  • If you want use webhook, type in Terminal:
php lite webhook:set
  • Or if you want use long-polling, type in Terminal:
php lite polling

🎉 Congrats, now bot is online.

License

The Litegram is open-sourced software licensed under the MIT license.