Installation

Per project

We recommend adding swagger-php to your project using Composer

> composer require zircote/swagger-php

Globally

Alternatively, use the composer global argument to install swagger-php globally.

> composer global require zircote/swagger-php

PATH variables

Remember to add the ~/.composer/vendor/bin directory to the PATH in your environment.