ondram/ci-detector
Detects when your PHP app is running in CI. Provides a simple API to identify common CI providers via environment variables, so you can tweak behavior for tests, builds, and deployments without hardcoding provider logic.
getenv('CI') checks)getenv() calls with a single, testable API. Just instantiate the detector and check isCi() or getBuildNumber()—no complex setup. We can start with basic use cases like conditional test skips and expand to metadata injection. While the repo has moderate stars, the code is simple enough to maintain internally if needed, and it’s fully compatible with Laravel’s service container."How can I help you explore Laravel packages today?