therealgambo / ramlfications-php
There is no license information available for the latest version (dev-master) of this package.
Ramlfications PHP
dev-master
2018-05-08 20:11 UTC
Requires
- cilex/cilex: 2.0
- erusev/parsedown: 1.6
- icanboogie/inflector: 1.4
Requires (Dev)
- phpunit/phpunit: 5.7.23
- squizlabs/php_codesniffer: 2.0
This package is not auto-updated.
Last update: 2025-03-25 15:49:41 UTC
README
PHP 7 implementation of the RAML 1.0 Specification heavily influenced from the Spotify Ramlfications design.
Current Status: Work in Progress
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.
Requirements
- PHP 7.0+
Installation
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