2017 © Pedro Peláez
 

library cose-php

Json Web Token (JWT) Library

image

kura-lab/cose-php

Json Web Token (JWT) Library

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

The README.md

cose-php

Constrained Object Signing and Encryption for PHP, (*1)

Packagist license, (*2)

Specification

  • https://datatracker.ietf.org/doc/draft-bormann-jose-cose/

Requirements

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

Installation

At first, install composer., (*4)

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

Create composer.json., (*5)

{
    "minimum-stability": "dev",
    "require": {
        "kura-lab/cose-php": "1.*"
    }
}

Install cose 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/cose-php

Json Web Token (JWT) Library

  Sources   Download

MIT

The Requires

 

The Development Requires

by kura

jwt json web token cose

22/01 2017

1.1.2

1.1.2.0 https://github.com/kura-lab/cose-php

Json Web Token (JWT) Library

  Sources   Download

MIT

The Requires

 

The Development Requires

by kura

jwt json web token cose

07/05 2015

1.1.1

1.1.1.0 https://github.com/kura-lab/cose-php

Json Web Token (JWT) Library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar kura-lab

jwt json web token cose

07/05 2015

1.1.0

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

Json Web Token (JWT) Library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar kura-lab

jwt json web token cose

04/05 2015

1.0.1

1.0.1.0 https://github.com/kura-lab/cose-php

Json Web Token (JWT) Library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar kura-lab

jwt json web token cose

04/05 2015

1.0.0

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

Json Web Token (JWT) Library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar kura-lab

jwt json web token cose

03/05 2015

0.0.0

0.0.0.0 https://github.com/kura-lab/cose-php

Json Web Token (JWT) Library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar kura-lab

jwt json web token cose