elenyum/api-doc-bundle

Generates module structure for your REST API and documentation from annotations

v1.0.0 2023-01-09 19:33 UTC

This package is auto-updated.

Last update: 2024-03-24 13:51:27 UTC


README

The ElenyumApiDocBundle bundle allows you to create module structure and generate a decent documentation for your APIs.

Installation

Open a command console, enter your project directory and execute the following command to download the latest version of this bundle:

composer require elenyum/api-doc-bundle

Documentation

Running the Tests

Install the Composer dependencies:

git clone https://github.com/app-elenyum/ElenyumApiDocBundle.git
cd ElenyumApiDocBundle
composer update

Then run the test suite:

./phpunit

License

This bundle is released under the MIT license.