Every developer was at that point of searching desperately for the right naming for classes. If I have to guess, I would say I already spent several hours over the last years in finding good ones.
10/Dec/18 · by Marcel DomkeBook describes the evolution of typical web project architecture, when project grows step by step by making changes in architecture, like moving some parts to own layers, improving error handling and maybe rethinking the ways how to store data.
by Adel FBoilerplate for new laravel app with must have packages and configuration
by Puncoz NepalThis package provides automatic code style checking and formatting for Laravel applications and packages. Your code is formatted following Laravel's code style guide.
by Matt AllanThe PHP Coding Standards Fixer (PHP CS Fixer) tool fixes your code to follow standards; whether you want to follow PHP coding standards as defined in the PSR-1, PSR-2, etc., or other community driven ones like the Symfony one. You can also define your (teams) style through configuration.
PHPUnit is a programmer-oriented testing framework for PHP. It is an instance of the xUnit architecture for unit testing frameworks.
by Sebastian BergmannPHPMD can be seen as an user friendly and easy to configure frontend for the raw metrics measured by PHP Depend.