Skip to content

laraXgram/LaraGram

Repository files navigation

Version 3 tasks

Major Capabilities
  • Add Console kernel
  • Add HTTP Kernel
  • Add LaraProto infrastructure (LaraGram MTProto)
  • Add Queue and Job
  • Add Components
  • Add multilingual capability
  • Optimization and development of the caching system
  • Add Logging
  • Add AMPHP and Fiber request method
  • Add Middlewares
  • ???
Minor and Possible Capabilities
  • Custom rewrite of Eloquent ORM (Possible)
  • Add error handling to Laraquest
  • Structural changes in project files
  • Rewrite documentation
  • ???

From now on, LaraGram is truly a Framework!

# App/Resources/bot.php

use LaraGram\Request\Request;
use LaraGram\Support\Facades\Bot;

Bot::onText('hello', function (Request $request) {
    $request->sendMessage($request->message->chat->id, 'hi');
});

✳️ Installation :

composer create-project laraxgram/laragram my-bot

⭐ Features & 📙 Document :

Some of the following features have not yet been added to version 2 and are being rewritten. They are marked with *. All of them will be added in the next few steps.


  • Support Local Bot Api Server

Terminal Commands


  • Curl
  • Non-Response Curl

Method







LaraGram


Report bugs, help and support, suggestions and criticisms

Email - Telegram - Issues - Telegram Group


Version 2.0.0