PHP 7 implementation of the RAML 1.0 Specification heavily influenced from the Spotify Ramlfications design.
This library is a best attempt at fully implementing the RAML 1.0 Specification, then focusing on providing backwards compatibility for RAML 0.8.
This library should not be used in a production environment at the time of writing.
- PHP 7.0+
Using Composer
To install kong-php with Composer, just add the following to your composer.json
file:
{
"require-dev": {
"therealgambo/ramlfications-php": "master-dev"
}
}
or by running the following command:
composer require therealgambo/kong-php