endroid / documenter
Endroid Documenter
Fund package maintenance!
endroid
Installs: 1 029
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- php: >=7.2
Requires (Dev)
- endroid/quality: dev-master
Suggests
- roave/security-advisories: Avoids installation of package versions with vulnerabilities
- symfony/security-checker: Checks your composer.lock for vulnerabilities
This package is auto-updated.
Last update: 2024-11-07 16:26:54 UTC
README
By endroid
Library that helps building technical documentation by automatic generation from your source code. Use the provided annotations to include resources in the generated class diagrams, object descriptions etc.
Installation
Use Composer to install the library.
composer require endroid/documenter
When you use Symfony, the 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.
Usage
...
Versioning
Version numbers follow the MAJOR.MINOR.PATCH scheme. Backwards compatible 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 bundle is under the MIT license. For the full copyright and license information please view the LICENSE file that was distributed with this source code.