https://github.com/endroid/documenter-bundle
https://github.com/endroid/documenter-bundle
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/endroid/documenter-bundle
- Owner: endroid
- License: mit
- Created: 2020-06-07T11:03:32.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-11-07T14:16:31.000Z (over 2 years ago)
- Last Synced: 2025-03-20T11:21:39.046Z (over 1 year ago)
- Language: PHP
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Documenter Bundle
*By [endroid](https://endroid.nl/)*
[](https://packagist.org/packages/endroid/documenter-bundle)
[](https://github.com/endroid/documenter-bundle/actions)
[](https://packagist.org/packages/endroid/documenter-bundle)
[](https://packagist.org/packages/endroid/documenter-bundle)
[](https://packagist.org/packages/endroid/documenter-bundle)
...
## Installation
Use [Composer](https://getcomposer.org/) to install the library.
``` bash
$ composer require endroid/documenter-bundle
```
When you use Symfony, the [installer](https://github.com/endroid/installer)
makes sure that services are automatically wired. If this is not the case you
can find the configuration files in the `.install/symfony` folder.
## Configuration
...
```yaml
endroid_documenter:
```
## Versioning
Version numbers follow the MAJOR.MINOR.PATCH scheme. Backwards compatibility
breaking changes will be kept to a minimum but be aware that these can occur.
Lock your dependencies for production and test your code when upgrading.
## License
This source code is subject to the MIT license bundled in the file LICENSE.