alecsammon/php-raml-parser

This package is abandoned and no longer maintained. The author suggests using the raml-org/raml-php-parser package instead.
There is no license information available for the latest version (2.2.0) of this package.

2.2.0 2018-05-18 17:00 UTC

This package is auto-updated.

Last update: 2019-02-20 19:47:29 UTC


README

This page was created to help you migrate to raml-org/raml-php-parser - the official RAML parser for PHP.

The original work from alecsammon/php-raml-parser is moved to raml-org/raml-php-parser. All new development, issues and pull requests must be created in the raml-org/raml-php-parser.

We strongly advise you to update your composer.json so it requires the new name and location of the project. This is backwards compatible with the previous versions 2 and 3 and should be as easy to do as executing:

$ composer remove alecsammon/php-raml-parser
$ composer require raml-org/raml-php-parser "^4.0"