An open API service indexing awesome lists of open source software.

https://github.com/endroid/documenter-bundle


https://github.com/endroid/documenter-bundle

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Documenter Bundle

*By [endroid](https://endroid.nl/)*

[![Latest Stable Version](http://img.shields.io/packagist/v/endroid/documenter-bundle.svg)](https://packagist.org/packages/endroid/documenter-bundle)
[![Build Status](https://github.com/endroid/documenter-bundle/workflows/CI/badge.svg)](https://github.com/endroid/documenter-bundle/actions)
[![Total Downloads](http://img.shields.io/packagist/dt/endroid/documenter-bundle.svg)](https://packagist.org/packages/endroid/documenter-bundle)
[![Monthly Downloads](http://img.shields.io/packagist/dm/endroid/documenter-bundle.svg)](https://packagist.org/packages/endroid/documenter-bundle)
[![License](http://img.shields.io/packagist/l/endroid/documenter-bundle.svg)](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.