2017 © Pedro Peláez
 

library ramlfications-php

Ramlfications PHP

image

therealgambo/ramlfications-php

Ramlfications PHP

  • Tuesday, May 8, 2018
  • by therealgambo
  • Repository
  • 1 Watchers
  • 1 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 4 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Ramlfications-php

PHP 7 implementation of the RAML 1.0 Specification heavily influenced from the Spotify Ramlfications design., (*1)

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

This library should not be used in a production environment at the time of writing., (*3)

Requirements

  • PHP 7.0+

Installation

Using Composer

To install kong-php with Composer, just add the following to your composer.json file:, (*4)

{
    "require-dev": {
        "therealgambo/ramlfications-php": "master-dev"
    }
}

or by running the following command:, (*5)

composer require therealgambo/kong-php

The Versions

08/05 2018