miniframe/annotation

Annotation reader for the Miniframe PHP Framework.

v1.x-dev 2022-11-25 19:42 UTC

This package is auto-updated.

Last update: 2024-03-25 23:06:48 UTC


README

This package helps working with annotations within the Miniframe PHP Framework.

build code coverage

How to use

At this point, this package isn't stand-alone, but a requirement for other packages.

For Windows Developers

In the bin folder, a few batch files exist, to make development easier.

If you install Docker Desktop for Windows, you can use bin\composer.bat, bin\phpcs.bat, bin\phpunit.bat, bin\phpstan.bat and bin\security-checker.bat as shortcuts for Composer, CodeSniffer, PHPUnit, PHPStan and the Security Checker, without the need of installing PHP and other dependencies on your machine.

The same Docker container and tools are used in Bitbucket Pipelines to automatically test this project.