kura-lab/json-viewer

JSON Viewer for PHP

1.0.0 2017-06-11 09:00 UTC

This package is not auto-updated.

Last update: 2024-04-14 00:02:07 UTC


README

JSON Viewer for PHP

Packagist license

Requirements

Minimum PHP Version

  • PHP 5.6.30 or higher.

Install

At first, install composer.

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

Create composer.json.

{
    "require": {
        "kura-lab/json-viewer": "1.*"
    }
}

Install library.

$ php composer.phar install

Development

Check coding style with CodeSniffer.

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

Execute unit test with PHPUnit.

$ vendor/bin/phpunit