Skip to the content.

Installation

Prerequists

Installing via composer

composer require muaath5/simple-bot-api

Installing via downloading

  1. Clone the repo by git clone https://github.com/Muaath5/SimpleBotAPI.git
  2. Copy src/ directory to your project
  3. In composer.json, Add in autoload field, In psr-4 field: "SimpleBotAPI\\": "src/", "SimpleBotAPI\\Exceptions\\": "src/Exceptions/"

Go to next docuemnt?