Eleirbag89 / TelegramBotPHP

A very simple PHP Telegram Bot API for sending messages.
http://eleirbag89.github.io/TelegramBotPHP
MIT License
800 stars 340 forks source link

VENDOR FOLDER #216

Closed BekNaji closed 4 years ago

BekNaji commented 4 years ago

Just follow below steps for install Telegram API:

  1. Download master.zip file. Extract zip file into your local wampserver.
  2. Open your cmd and then go to your wamp directory using cd wampand cd www.
  3. Then go to your Telegram API directory using cd Telegram API
  4. Then run composer install command from command prompt
  5. Now you can seevendor folder in your Telegram APIdirectory after finish installation.
  6. No need to edit composer.json file.