fibers/helper
Developer-focused Laravel helper toolkit used by Fibers packages. Provides assorted utilities to inspect and modify app parts (e.g., models), collecting details like attributes and relationships. Install via composer and access helpers through facades like ModelHelper.
ModelHelper::collect().Adopt if:
fibers-rocket, fibers-captain) and this serves as a dependency.Look Elsewhere if:
For Executives: "This package lets our Laravel devs cut weeks off internal tool development by automating model/relationship introspection—think dynamic forms, migration validation, or admin panels—without reinventing the wheel. It’s a lightweight, MIT-licensed helper used internally by the Fibers ecosystem, ideal for accelerating our [specific tool/project] roadmap. The tradeoff? Minimal maintenance risk since it’s focused on niche, internal use cases."
For Engineering:
*"Fibers Helper provides pre-built Laravel facades (e.g., ModelHelper::collect()) to inspect model attributes/relationships dynamically. Useful for:
dd(ModelHelper::fromClass(User::class)->collect())).How can I help you explore Laravel packages today?