alexanevsky/getter-setter-accessor-bundle
getTypes()) and nullable validation (isNullable()), useful for form handling or API request validation.getGetters()/getSetters()), helping identify safe property access points.For Executives:
"This package lets us safely read/write object properties at runtime—like a ‘dynamic getter/setter’—without rewriting thousands of lines of legacy code. It’s ideal for modernizing APIs or admin panels where property names vary (e.g., userName vs. user_name). Low risk (MIT license), minimal maintenance, and could cut refactoring time by 30%."
For Engineers: *"A lightweight Symfony bundle that uses reflection to dynamically access object properties, handling camelCase/snake_case conversions and type validation. Useful for:
How can I help you explore Laravel packages today?