/ramlfications-php

PHP 7 compliant implementation of the RAML 1.0 specification

Primary LanguagePHP

Ramlfications-php

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