2017 © Pedro Peláez
 

library laravel-jwt

Laravel wrapper for the lcobucci/jwt package

image

ammadeuss/laravel-jwt

Laravel wrapper for the lcobucci/jwt package

  • Tuesday, March 14, 2017
  • by ammadeuss
  • Repository
  • 1 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

laravel-jwt

Laravel wrapper for the lcobucci/jwt package, (*1)

Instalation

Require this package with composer:, (*2)

composer require ammadeuss/laravel-jwt, (*3)

You need to add the service provider in app.php ``` php Ammadeuss\LaravelJwt\ServiceProvider::class,, (*4)


If you want to use the facade, add these to your facades in app.php ``` php 'Jwt' => Ammadeuss\LaravelJwt\JwtFacade::class, 'JwtValidation' => Ammadeuss\LaravelJwt\JwtValidationFacade::class,

Usage

$token = Jwt::createBuilder()->with('uid', 1);

The Versions

14/03 2017

dev-dev

dev-dev https://github.com/ammadeuss/laravel-jwt

Laravel wrapper for the lcobucci/jwt package

  Sources   Download

MIT

The Requires

 

by Ammadeuss Raducan

laravel jwt web token

14/03 2017

v1.0

1.0.0.0 https://github.com/ammadeuss/laravel-jwt

Laravel wrapper for the lcobucci/jwt package

  Sources   Download

MIT

The Requires

 

by Ammadeuss Raducan

laravel jwt web token