2017 © Pedro Peláez
 

library base64url

Base64url Encoding/Decoding Library

image

kura-lab/base64url

Base64url Encoding/Decoding Library

  • Sunday, December 25, 2016
  • by kura-lab
  • Repository
  • 1 Watchers
  • 0 Stars
  • 19 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 6 % Grown

The README.md

base64url

Base64url Encoding/Decoding, (*1)

Packagist license, (*2)

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/base64url": "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

25/12 2016

dev-master

9999999-dev https://github.com/kura-lab/base64url

Base64url Encoding/Decoding Library

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

by kura

base64url

25/12 2016

1.0.0

1.0.0.0 https://github.com/kura-lab/base64url

Base64url Encoding/Decoding Library

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

by kura

base64url