Install - fachsimpeln/EasyJWT GitHub Wiki
Install via Composer
The installation process is very simple.
- Just install the library via composer:
composer require fachsimpeln/easyjwt
- Then include the composer autoloader in your project
require __DIR__ . '/vendor/autoload.php';
And you are done!
Install without Composer
- Clone this repository
- Include ./lib/JWT.inc.php
require __DIR__ . '/lib/JWT.inc.php';