Install the Library - Hitmare/unlockPTB GitHub Wiki

To install this Library you can do the following

Execute the following Command inside your PHP Telegram Bot installation

composer require hitmare/unlockptb

Or you open your composer.json and add the following under require

"hitmare/unlockptb": "^1.1.0"

eg:

"require": {
    "longman/telegram-bot": "^0.49.0",
    "hitmare/unlockptb": "^1.1.0"
     }

Make sure that the last require don't have a coma at the end