phpdraft icon indicating copy to clipboard operation
phpdraft copied to clipboard

An API Blueprint parser in PHP

Results 24 phpdraft issues
Sort by recently updated
recently updated
newest added

Bumps [theseer/autoload](https://github.com/theseer/Autoload) from 1.29.0 to 1.29.1. Release notes Sourced from theseer/autoload's releases. 1.29.1 Release 1.29.1 Fix crash on generating error message for invalid token Changelog Sourced from theseer/autoload's changelog. Release...

dependencies
php

Bumps [phpstan/phpstan-strict-rules](https://github.com/phpstan/phpstan-strict-rules) from 1.5.3 to 1.5.5. Release notes Sourced from phpstan/phpstan-strict-rules's releases. 1.5.5 2e193a0 - ArrayFilterStrictRule - get rid of different behavour with treatPhpDocTypesAsCertain: false 1.5.4 8afd4af - Loosen up...

dependencies
php

As addition to the bootstrap template

https://packagist.org/packages/rize/uri-template could work

https://tailwindcss.com/

Enhancement

The list of APIs on the left can have a scrollbar. And if this is the case it'll be overlayed on the anchors from AnchorJS. This isn't very userfriendly.

This will not show the inline enum. ```apib + scale : `4` (enum[number], optional) - scale from 0 (worst) to 1 (best) + 0 + 1 ``` This will only...

The apiblueprint documentation for the URI parameters section shows the usage of a default value https://apiblueprint.org/documentation/specification.html#def-uriparameters-section However there seems to be some issues with it: - if I define it...