nayzo / api-doc-bundle
An enhanced version of the NelmioApiDocBundle bundle to generates documentation for your REST API from annotations
Installs: 3 131
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Type:symfony-bundle
Requires
- michelf/php-markdown: ~1.4
- symfony/console: ~2.3
- symfony/framework-bundle: ~2.3
- symfony/twig-bundle: ~2.3
Requires (Dev)
- dunglas/api-bundle: ~1.0@beta
- friendsofsymfony/rest-bundle: ~1.0
- jms/serializer-bundle: >=0.11
- sensio/framework-extra-bundle: ~3.0
- symfony/browser-kit: ~2.3
- symfony/css-selector: ~2.3
- symfony/finder: ~2.3
- symfony/form: ~2.3
- symfony/phpunit-bridge: ~2.7
- symfony/serializer: ~2.7
- symfony/validator: ~2.3
- symfony/yaml: ~2.3
Suggests
- dunglas/api-bundle: For making use of resources definitions of DunglasApiBundle.
- friendsofsymfony/rest-bundle: For making use of REST information in the doc.
- jms/serializer: For making use of serializer information in the doc.
- symfony/form: For using form definitions as input.
- symfony/validator: For making use of validator information in the doc.
Conflicts
- jms/serializer: <0.12
- jms/serializer-bundle: <0.11
This package is auto-updated.
Last update: 2024-10-26 22:56:51 UTC
README
The NayzoApiDocBundle bundle is an enhanced version of the NelmioApiDocBundle bundle to generate a decent documentation for your APIs.
Documentation
For documentation, see:
Resources/doc/
Running the Tests
Install the Composer dev
dependencies:
php composer.phar install --dev
Then, run the test suite using PHPUnit:
phpunit
License
This bundle is released under the MIT license. See the complete license in the bundle:
Resources/meta/LICENSE