Installation
Prerequists
- cURL PHP extension enabled
- PHP 7.0 (8.0 suggested)
Installing via composer
composer require muaath5/simple-bot-api
Installing via downloading
- Clone the repo by
git clone https://github.com/Muaath5/SimpleBotAPI.git
- Copy
src/
directory to your project - In
composer.json
, Add inautoload
field, Inpsr-4
field:"SimpleBotAPI\\": "src/", "SimpleBotAPI\\Exceptions\\": "src/Exceptions/"