wendelladriel/laravel-lift
Experimental Laravel package that supercharges Eloquent models with typed public properties matching your schema, powered by PHP 8 attributes. Add validation rules and other metadata directly on models and access them via handy methods, using Eloquent events for easy drop-in use.
Architecture fit: The package leverages PHP 8 attributes to enhance Eloquent models with schema-aware properties and inline validation, aligning with Laravel's convention-over-configuration philosophy. However, its experimental status indicates unproven architecture for production workloads. Integration relies on Eloquent events, which is compatible with standard Laravel setups but introduces coupling to event system behavior.
Integration feasibility: Low. Requires adding attributes to all models for full functionality, which introduces significant refactoring. The experimental label and lack of real-world adoption (0 dependents) indicate unstable APIs. Documentation gaps in GitBook and GitHub issues suggest incomplete guidance for complex integrations.
Technical risk: High. Critical red flags include: 1) Experimental status with no production usage evidence, 2) 0 dependents despite 698 stars (suggesting popularity without adoption), 3) Future-dated releases (e.g., "2026-02-25") indicating potential data corruption in repository metadata, 4) No recent major contributions beyond minor fixes in past 6 months. High likelihood of breaking changes in future versions.
Key questions:
How can I help you explore Laravel packages today?