php-raml2html icon indicating copy to clipboard operation
php-raml2html copied to clipboard

A simple PHP library for publishing .RAML files as HTML API Documentation

Results 7 php-raml2html issues
Sort by recently updated
recently updated
newest added

Using a very plain vanilla config file (only changed the input file name), I get a stack dump caused by this error: ``` PHP Warning: Illegal offset type in isset...

Faulty condition check only checks for string values. In some cases, `$skey` is integer 0, and PHP converts the string `"is"` to integer 0 to do an integer conversion, causing...

With this feature, raml2tohtml can be a standalone app.

The current implementation does not support RAML 1.0. It accepts the definition file, but it does not parse the new elements in the DSL. For example, using this specification: ```...

enhancement

I'd like to contribute features, would it be possible to include a roadmap?

I tried pointing php-raml2html at our TransportAPI RAML docs: http://transportapi.com/v3/raml/transportapi.raml [See it running here](http://harrywood.co.uk/temp/php-raml2html/index.php) It's saying `Warning: Invalid argument supplied for foreach() in inc/raml.php on line 124` That's [this line](https://github.com/mikestowe/php-raml2html/blob/master/inc/raml.php#L124)...

I'm having some difficulty when performing the Raml 2 HTML parse when the file has Raml ! Includes and includes their 's more! Includes. ex: [ api.raml ] schemas :...

bug