pattern-builder / pattern-builder
Provides the integration of JSON pattern schemas.
v1.1.1
2019-04-26 02:26 UTC
Requires
- php: >=5.3.3
- justinrainbow/json-schema: ^1.4
- psr/log: ^1.0
- twig/twig: ^1.38
Requires (Dev)
- fabpot/php-cs-fixer: ^1.8.1
- phpunit/phpunit: ^4.8|^5
This package is not auto-updated.
Last update: 2023-09-16 21:25:58 UTC
README
Pattern Builder PHP Library
Provides integration of JSON pattern schemas.
Installation
The suggested installation method is via composer:
composer require pattern-builder/pattern-builder:^1.0
Running tests
There are a handful of unit tests in the tests directory. To run the tests:
$ composer test
License
MIT - see the LICENSE file for details