Skip to content

A PHP library for reading in data, mapping to JSON Schemas and outputting the data in a standard object.

License

Notifications You must be signed in to change notification settings

PatternBuilder/pattern-builder-lib-php

Repository files navigation

Packagist Packagist Travis

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