draw/core

Core library for draw component and bundle.

Maintainers

Details

github.com/mpoiriert/core

Source

Installs: 27 364

Dependents: 12

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

0.9.76 2023-02-06 22:35 UTC

README

This library is for the core of draw.

The intend is to provide required reusable code that are needed by more than component/bundle.

Ignore Annotations

Some component/bundle use annotations of other libraries that are not in the required section of composer.

If those annotations are parse by doctrine annotation reader it will throw a error if they are not ignored.

Instead of ignoring them yourself those yourself the core component will automatically detect draw namespaced annotations that are not present (via a configuration) and register them as ignore if doctrine annotation reader is present.

If you want to use it in your project check ignore_annotations.php for a example.