behat/gherkin
behat/gherkin is a PHP library for parsing the Gherkin language used in BDD. Read and tokenize feature files, build an AST, and integrate with Behat or other test runners to execute human-readable scenarios in your test suite.
Architecture fit: The package is a pure PHP library with no external dependencies beyond Composer, making it a natural fit for Laravel's ecosystem. It integrates seamlessly as a standalone dependency without requiring framework-specific adaptations. The AST-based parsing model aligns well with Laravel's service container pattern, allowing clean injection into controllers, console commands
How can I help you explore Laravel packages today?