giorgiosironi/eris
Property-based testing library for PHP. Generate random inputs, shrink failing cases, and find edge bugs automatically. Eris integrates with PHPUnit to make tests more robust and expressive, inspired by QuickCheck-style generators and combinators.
Architecture fit: Eris integrates natively with PHPUnit, which Laravel already uses for testing. This aligns well with Laravel's testing architecture, allowing property-based tests to complement existing unit and feature tests without architectural changes. However, Laravel's reliance on Eloquent and database transactions may require additional handling for property-based tests involving models or DB interactions.
Integration feasibility
How can I help you explore Laravel packages today?