dbrekelmans/bdi
Composer-installable PHAR for Browser Driver Installer. Automates downloading and managing browser drivers (e.g., ChromeDriver/GeckoDriver) for PHP test setups. Releases are built automatically via GitHub Actions; contribute to the main tool repo.
Architecture fit: The package is a PHAR distribution of a browser driver installer, which may supplement or replace Laravel Dusk's native driver management. However, without repository visibility, its alignment with Laravel's testing ecosystem (e.g., Dusk workflows, CI/CD pipelines) is unverifiable. Integration would require manual CLI execution rather than seamless Composer-based automation typical in Laravel projects.
Integration feasibility: Composer installation is trivial, but PHAR execution via CLI introduces manual steps that conflict with Laravel's automated test setup. Critical unknowns include whether it supports Dusk's configuration, handles
How can I help you explore Laravel packages today?