PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Boss Ibrahim Mussa   PHP JWT Decode and Generate   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP JWT Decode and Generate
Generate JWT tokens and decode token values
Author: By
Last change:
Date: 1 year ago
Size: 618 bytes
 

Contents

Class file image Download
{ "name": "wepesi/jwt", "description": "simple json token web for simple authentication and token genetator", "type": "library", "license": "MIT", "authors": [ { "name": "bim-g", "email": "ibmussafb@gmail.com" } ], "autoload": { "psr-4": { "Wepesi\\App\\":"src/" } }, "minimum-stability": "stable", "require": { }, "support": { "email": "mojtabadehdari@gmail.com" }, "keywords": [ "jwt", "json web token", "ibmussa", "php token", "token" ] }