2017 © Pedro Peláez
 

library jose-php

Json Web Token (JWT) Library

image

kura-lab/jose-php

Json Web Token (JWT) Library

  • Sunday, January 22, 2017
  • by kura-lab
  • Repository
  • 1 Watchers
  • 0 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

jose-php

Json Web Token (JWT) Library for PHP, (*1)

Packagist license, (*2)

Specification

  • http://self-issued.info/docs/draft-ietf-oauth-json-web-token.html

Requirements

Minimum PHP Version * PHP 5.3.3 or higher., (*3)

Install

At first, install composer., (*4)

$ mkdir workspace
$ cd workspace
$ curl -s http://getcomposer.org/installer | php

Create composer.json., (*5)

{
    "require": {
        "kura-lab/jose-php": "1.*"
    }
}

Install jose library., (*6)

$ php composer.phar install

Development

Check coding style with CodeSniffer., (*7)

$ vendor/bin/phpcs --standard=PSR2 src/

Execute unit test with PHPUnit., (*8)

$ vendor/bin/phpunit

Fix source code with PHP Coding Standards Fixer., (*9)

$ vendor/bin/php-cs-fixer fix --config-file .php_cs --verbose --diff --dry-run
$ vendor/bin/php-cs-fixer fix --config-file .php_cs --verbose --diff

The Versions

22/01 2017

dev-master

9999999-dev https://github.com/kura-lab/jose-php

Json Web Token (JWT) Library

  Sources   Download

MIT

The Requires

 

The Development Requires

by kura

jwt json web token jose

22/01 2017

1.2.0

1.2.0.0 https://github.com/kura-lab/jose-php

Json Web Token (JWT) Library

  Sources   Download

MIT

The Requires

 

The Development Requires

by kura

jwt json web token jose

07/05 2015

1.1.0

1.1.0.0 https://github.com/kura-lab/jose-php

Json Web Token (JWT) Library

  Sources   Download

MIT

The Development Requires

by Avatar kura-lab

jwt json web token jose

22/02 2015

1.0.0

1.0.0.0 https://github.com/kura-lab/jose-php

Json Web Token (JWT) Library

  Sources   Download

MIT

The Development Requires

by Avatar kura-lab

jwt json web token jose