shrink0r/php-schema

Lib for building and validating array structures in php.

0.3.0 2016-10-26 22:04 UTC

This package is auto-updated.

Last update: 2024-04-05 18:03:39 UTC


README

Latest-Stable-Version License Latest Unstable Version Build Status Coverage Status Code Climate Dependency Status Stories in Ready Total Composer Downloads

Purpose

Lib for building and validating array structures in php.

Requirements and installation

  • PHP v5.6+

Install the library via Composer:

./composer.phar require shrink0r/php-schema [optional version]

Adding it manually as a vendor library requirement to the composer.json file of your project works as well:

{
    "require": {
        "shrink0r/php-schema": "^0.2"
    }
}

Alternatively, you can download a release archive from the available releases page.

Documentation

More tbd.

Community

None, but you may join the freenode IRC #honeybee channel anytime. :-)

Contributors

Please contribute by forking and sending a pull request. More information can be found in the CONTRIBUTING.md file. The authors and contributors are mentioned in the github contributors graph of this repository.

The code tries to adhere to the following PHP-FIG standards: PSR-4, PSR-1 and PSR-2.

Changelog

See CHANGELOG.md for more information about changes.

License

This project is MIT licensed. See the linked license for details.