cloudcake / laravel-sanity
Automate builds and code standards sniffing. Now with badges.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 29
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/cloudcake/laravel-sanity
Requires
- kitetail/zttp: ^0.4.0
- phpunit/phpunit: ~7.0|~8.0
- squizlabs/php_codesniffer: ^3.4
Requires (Dev)
- laravel/framework: ~5.5.0|~5.6.0|~5.7.0|~5.8.0
- orchestra/testbench: ~3.4.0|~3.5.0|~3.6.0
This package is not auto-updated.
Last update: 2025-10-15 00:11:52 UTC
README
Laravel Sanity is a staging package to assist in running your own unit testing, code standards and custom runner automation on your staging/testing environment using any deployment service that allows post-deployment webhook triggers. Ideal for start-ups or teams that prefer a simple testing environment over enterprise CI. Keep track of breakage scores and compete with your team in keeping your codebase clean!
Made with ❤️ by Stephen Lake
Getting Started
Install the package via composer.
composer require cloudcake/laravel-sanity
See documentation for full installation and getting started.
License
This library is licensed under the MIT License - see the LICENSE.md file for details.