Download the PHP package altelma/php-jwt without Composer
On this page you can find all versions of the php package altelma/php-jwt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download altelma/php-jwt
More information about altelma/php-jwt
Files in altelma/php-jwt
Download altelma/php-jwt
More information about altelma/php-jwt
Files in altelma/php-jwt
Vendor altelma
Package php-jwt
Short Description Creating and Verifying JWT Signatures in PHP using HS256 and RS256.
License MIT
Package php-jwt
Short Description Creating and Verifying JWT Signatures in PHP using HS256 and RS256.
License MIT
Please rate this library. Is it a good library?
Informations about the package php-jwt
Simple JWT for Larvel
Simple library creating and verify JWT Signatures in PHP using HS256 and RS256.
Setup
- Run
$ composer require altelma/php-jwt
Laravel
-
(Only for Laravel 5.5 or minor) Add provider to config/app.php
- Run
$ php artisan vendor:publish
to publish the configuration fileconfig/jwt.php
and insert:- private_key
- public_key
Lumen
-
Add provider to
bootstrap/app.php
-
Copy
vendor/altelma/php-jwt/config/jwt.php
toconfig/jwt.php
and insert:- private_key
- public_key
-
Add config to
bootstrap/app.php
- Allow call package via Facade, uncomment
Basic usage
The following example is for generate JWT
Bug report
This package is not perfect now, but it can be improve together. If you found any bug or have any suggestion. Send that to me or create new issue. Thank you to use it.
All versions of php-jwt with dependencies
PHP Build Version
Package Version
No informations.
The package altelma/php-jwt contains the following files
Loading the files please wait ....