2017 © Pedro Peláez
 

library jwt

handle JWT token and validation

image

revenuewire/jwt

handle JWT token and validation

  • Tuesday, February 20, 2018
  • by swang
  • Repository
  • 6 Watchers
  • 1 Stars
  • 1,700 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 16 Versions
  • 11 % Grown

The README.md

JWT

Build Status Coverage Status Latest Stable Version, (*1)

JWT Token

require_once ("vendor/autoload.php");

$jwt = new \RW\JWT\Token();
$jwt->setIssuer('carambola')
    ->setAudience('jackfruit')
    ->setSecret("super-01-secret")
    ->setPayload(array("hello" => "world"))
    ->setExpiry(5);
$token = $jwt->getToken();
echo $token . "\n";

JWT Validation

$validator = \RW\JWT\Token::init($token);
$payload = $validator->setSecret("super-01-secret")
                ->validate()
                ->getPayload();
print_r($payload);

The Versions

20/02 2018

dev-master

9999999-dev https://github.com/cosmostail/jwt

handle JWT token and validation

  Sources   Download

Apache-2.0 Apache License 2.0

The Requires

 

The Development Requires

by Scott Wang

20/02 2018

v2.2.1

2.2.1.0 https://github.com/cosmostail/jwt

handle JWT token and validation

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Scott Wang

19/12 2017

v2.2.0

2.2.0.0 https://github.com/cosmostail/jwt

handle JWT token and validation

  Sources   Download

Apache License 2.0

The Requires

 

The Development Requires

by Scott Wang

10/09 2017

v2.1.1

2.1.1.0 https://github.com/cosmostail/jwt

handle JWT token and validation

  Sources   Download

Apache License 2.0

The Requires

 

The Development Requires

by Scott Wang

06/09 2017

v2.1.0

2.1.0.0 https://github.com/cosmostail/jwt

handle JWT token and validation

  Sources   Download

Apache License 2.0

The Requires

 

The Development Requires

by Scott Wang

06/09 2017

v2.0.6

2.0.6.0 https://github.com/cosmostail/jwt

handle JWT token and validation

  Sources   Download

Apache License 2.0

The Requires

 

The Development Requires

by Scott Wang

06/09 2017

v2.0.5

2.0.5.0 https://github.com/cosmostail/jwt

handle JWT token and validation

  Sources   Download

Apache License 2.0

The Requires

 

The Development Requires

by Scott Wang

06/09 2017

v2.0.4

2.0.4.0 https://github.com/cosmostail/jwt

handle JWT token and validation

  Sources   Download

Apache License 2.0

The Requires

 

The Development Requires

by Scott Wang

06/09 2017

v2.0.3

2.0.3.0 https://github.com/cosmostail/jwt

handle JWT token and validation

  Sources   Download

Apache License 2.0

The Requires

 

The Development Requires

by Scott Wang

06/09 2017

v2.0.2

2.0.2.0 https://github.com/cosmostail/jwt

handle JWT token and validation

  Sources   Download

Apache License 2.0

The Requires

 

The Development Requires

by Scott Wang

05/09 2017

v2.0.1

2.0.1.0 https://github.com/cosmostail/jwt

handle JWT token and validation

  Sources   Download

Apache License 2.0

The Requires

 

The Development Requires

by Scott Wang

05/09 2017

v2.0.0

2.0.0.0 https://github.com/cosmostail/jwt

handle JWT token and validation

  Sources   Download

Apache License 2.0

The Requires

 

by Scott Wang

25/05 2017

v1.04

1.04.0.0 https://github.com/cosmostail/jwt

handle JWT token and validation

  Sources   Download

Apache License 2.0

by Scott Wang

25/05 2017

v1.03

1.03.0.0 https://github.com/cosmostail/jwt

handle JWT token and validation

  Sources   Download

Apache License 2.0

by Scott Wang

20/04 2017

v1.02

1.02.0.0 https://github.com/cosmostail/jwt

handle JWT token and validation

  Sources   Download

Apache License 2.0

by Scott Wang

07/04 2017

v1.01

1.01.0.0 https://github.com/cosmostail/jwt

handle JWT token and validation

  Sources   Download

Apache License 2.0

by Scott Wang