- Clone this repo using:
$ git clone git@github.com:rzhukovskiy/order_bot.git
- To install dependencies and clean the git repo run:
$ composer install
- Fill telegram credentials in bot constructor
Simple CRM system realized as telegram bot. User can send commands to bot to manipulate orders, clients, stocks, etc. Application was made with vanilla PHP. Without web interface.
- PHP
- MySQL (PDO)
- telegram-bot/api