Deploying docs from API Platform
API Platform is an API-first PHP framework that allows you to create REST and GraphQL APIs using PHP classes, and automatically generates their documentation, based on the OpenAPI specification. If you are new to API Platform, check out their getting started guide.
Deploying docs from your local machine
The following assumes your local machine is configured with PHP and API Platform.
Create and name your first API documentation.
Install the Bump.sh CLI with npm as below, or use alternative options, with
npm install -g bump-cli
bump deploy https://localhost/docs.json --doc my-documentation
That's it! Enjoy the comfort of Bump.sh to browse through your API doc, and customize it to your needs.