CodeCraft is a boilerplate for PHP projects focused on code quality. This project serves as the basis for new projects, including a pre-installed configuration of several essential tools for keeping code clean, standardized and well-tested.
- PHP Stan
- PHP Stan Strict Rules
- PHP Stan Deprecation Rules
- PHP Stan PHPUnit
- PHP Unit
- PHP CodeSniffer
- PHP CodeSniffer Security Audit
- PHP Paraller Lint
Clone the repository
git clone https://github.com/dcorrea777/code-craft.gitInstall dependencies
composer installUse the tools as needed
composer phpstan
composer phpcs
composer phplint
composer phpunitThis project is licensed under the MIT License. See the LICENSE file for more details.
CodeCraft - Keep your PHP code clean, standardized, and well-tested.