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

This package is not auto-updated.

Last update: 2024-04-23 11:15:37 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