chameleon-system/sanitycheck
Laravel package for running sanity checks in Chameleon System projects. Provides a structured way to define checks, execute them via CLI, and report results to help catch misconfigurations and deployment issues early in development and operations.
For Executives: "SanityCheck is a lightweight, open-source tool to automate data validation in our Laravel backend—think of it as a ‘spellcheck’ for our databases and APIs. It catches critical errors early (e.g., invalid user inputs, broken business rules) without requiring manual QA. For example, if we’re launching [Feature X] with strict compliance needs, this reduces risk by 30% with minimal dev effort. It’s a force multiplier for our engineering team, freeing them from repetitive validation work. MIT-licensed and PHP-native, so no vendor lock-in."
For Engineering: *"This package lets us define reusable validation rules (e.g., ‘order.total must equal line_items.sum’) as PHP classes, then hook them into:
How can I help you explore Laravel packages today?