Install - fachsimpeln/EasyJWT GitHub Wiki

Install via Composer

The installation process is very simple.

  1. Just install the library via composer:
composer require fachsimpeln/easyjwt
  1. Then include the composer autoloader in your project
require __DIR__ . '/vendor/autoload.php';

And you are done!

Install without Composer

  1. Clone this repository
  2. Include ./lib/JWT.inc.php
require __DIR__ . '/lib/JWT.inc.php';