satooshi/php-coveralls
PHP client for Coveralls: uploads PHPUnit clover coverage reports from CI (GitHub Actions, Travis, CircleCI, Jenkins, Codeship) to coveralls.io. Install via Composer or use the provided phar. Supports PHP 7.4+ (2.9+) and older versions via 1.x/2.x.
Architecture fit: The package is a standalone CLI tool designed for PHP projects using PHPUnit to generate Clover coverage reports and upload to Coveralls. It integrates seamlessly with Laravel's default testing stack (PHPUnit + Composer) and common CI/CD platforms like GitHub Actions. Minimal dependencies and no framework-specific coupling make it highly adaptable to Laravel's architecture.
Integration feasibility: High. Installation via Composer is trivial (composer require --dev php-coveralls/php-coveralls). Configuration requires only adding a CI step after test execution and setting a repo token. Laravel projects already generate PHPUnit coverage reports in Clover format, eliminating setup complexity. Documentation covers all major CI platforms used in Laravel ecosystems.
Technical risk: Moderate. Requires PHP 7.4+ (Laravel 9+ compatible), which may require PHP version upgrades for older projects
How can I help you explore Laravel packages today?