zeptech/annotations
Parses case-insensitive PHPDoc annotations from classes, methods, and properties via Reflection. Exposes annotations as objects with array access, supports defaults/false/null semantics, and includes an AnnotationFactory that caches parsed results by docblock hash for speed.
Executives: "This lightweight package lets us embed configuration directly in code comments—like API rules or feature flags—without separate config files. It speeds up development by reducing boilerplate, cuts maintenance costs for simple use cases, and avoids overcomplicating our stack with heavy dependencies."
Engineering: "It’s a minimal, well-documented tool for parsing docblock annotations with basic value types (lists, maps, JSON). Easy to integrate for niche scenarios like custom metadata handling, but note its limitations: no deep nesting support, no community backing, and mixing annotation types may cause edge cases. Use only where simplicity outweighs the need for robust alternatives like Doctrine."
How can I help you explore Laravel packages today?