elenyum/api-doc-bundle

Generates module structure for your REST API and documentation from annotations

Installs: 18

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

pkg:composer/elenyum/api-doc-bundle

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

This package is auto-updated.

Last update: 2025-10-15 20:56:48 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.