2017 © Pedro Peláez
 

library php-schema

Lib for building and validating array structures in php.

image

shrink0r/php-schema

Lib for building and validating array structures in php.

  • Saturday, March 11, 2017
  • by shrink
  • Repository
  • 5 Watchers
  • 9 Stars
  • 459 Installations
  • PHP
  • 4 Dependents
  • 0 Suggesters
  • 0 Forks
  • 5 Open issues
  • 4 Versions
  • 6 % Grown

The README.md

php-schema

Latest-Stable-Version [License][10] Latest Unstable Version Build Status Coverage Status Code Climate Dependency Status [Stories in Ready][9] Total Composer Downloads, (*1)

Purpose

Lib for building and validating array structures in php., (*2)

Requirements and installation

  • PHP v5.6+

Install the library via Composer:, (*3)

./composer.phar require shrink0r/php-schema [optional version], (*4)

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

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

Alternatively, you can download a release archive from the available releases page., (*6)

Documentation

More tbd., (*7)

Community

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

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., (*9)

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

Changelog

See CHANGELOG.md for more information about changes., (*11)

License

This project is MIT licensed. See the linked license for details., (*12)

The Versions