codraw/core

Core library for draw component and bundle.

Maintainers

Package info

github.com/Cloud-Officer/codraw-core

pkg:composer/codraw/core

Transparency log

Statistics

Installs: 160

Dependents: 12

Suggesters: 0

Stars: 0

Open Issues: 0

0.39.10 2026-07-21 17:16 UTC

This package is auto-updated.

Last update: 2026-07-21 17:17:56 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.