You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a parser for API Blueprint files in PHP.[1](#dependencies)
3
3
4
+
## Dependencies
5
+
PHPDraft requires [drafter](https://github.com/apiaryio/drafter) to be installed. Refer to the drafter page for the installation details. If you don't want to install drafter, you can pass `-o` to the command to make it use [https://api.apiblueprint.org/parser](https://api.apiblueprint.org/parser)
6
+
4
7
## Usage
5
8
Requires PHP 7.0+ to run. Unittests require runkit or uopz
6
9
For direct usage you can run:
@@ -67,10 +70,6 @@ Return the information for the Person
67
70
68
71
```
69
72
70
-
71
-
## Dependencies
72
-
PHPDraft requires [drafter](https://github.com/apiaryio/drafter) to be installed. Refer to the drafter page for the installation details.
73
-
74
73
## Building an executable
75
74
Install the binary dependencies with composer (`composer install`).
0 commit comments