draw/core

Core library for draw component and bundle.

Maintainers

Details

github.com/mpoiriert/core

Source

Installs: 38 125

Dependents: 13

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

0.10.21 2024-03-06 14:36 UTC

This package is auto-updated.

Last update: 2024-04-23 19:30:33 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.