phpcq/travis-configuration-check
CLI tool to validate a project's .travis.yml against composer.json. Ensures required PHP versions are defined and covered in Travis, checks that Travis-listed PHP versions exist, and can fail on unmaintained PHP versions (pre-5.4).
GitHub Actions) | Tool becomes obsolete | Replace with GitHub Actions validator. |
composer.json scripts for zero-config usage..travis.yml as a pre-build gate.Key Tradeoff: The package’s narrow focus (Travis CI + PHP versions) makes it a quick win for standardization but limited if CI strategies evolve. Prioritize adoption if Travis CI is core to the stack; otherwise, evaluate modern alternatives (e.g., GitHub Actions’ built-in validation).
How can I help you explore Laravel packages today?