@@ -32,9 +32,11 @@ $ composer create-project zegnat/website-starter
3232 [ PSR-15 Middlewares] [ PSR-15 ] .
33335 . Using [ FastRoute] [ ] to parse requested URIs and find the matching
3434 [ PSR-15 RequestHandlers] [ PSR-15 ] .
35- 6 . Using [ PHP_CodeSniffer] [ ] to check all code against the
36- [ PSR-2 Coding Style Guide] [ PSR-2 ] .
37- 7 . Using a [ Zend Emitter] [ ] to output a final response to the web server.
35+ 6 . Using a [ Zend Emitter] [ ] to output a final response to the web server.
36+ 7 . Using [ PHP CS Fixer] [ ] to check all code against a somewhat opinionated set
37+ of style rules based on the [ Symfony Coding Standards] [ ] .
38+ 8 . Using [ PHPUnit] [ ] to test all classes used in the project and generate
39+ coverage reports using [ ` phpdbg ` ] [ ] .
3840
3941## PSR-7 & PSR-17 Providers
4042
@@ -59,11 +61,13 @@ them can be defined as `Nyholm\Psr7\Factory\Psr17Factory::class`.
5961[ Middleland ] : https://github.com/oscarotero/middleland
6062[ nyholm/psr7 ] : https://github.com/Nyholm/psr7
6163[ nyholm/psr7-server ] : https://github.com/Nyholm/psr7-server
62- [ PHP_CodeSniffer ] : https://github.com/squizlabs/PHP_CodeSniffer
63- [ PSR-2 ] : http://www.php-fig.org/psr/psr-2/
64+ [ PHP CS Fixer ] : https://github.com/FriendsOfPHP/PHP-CS-Fixer
65+ [ `phpdbg` ] : https://www.php.net/manual/en/book.phpdbg.php
66+ [ PHPUnit ] : https://phpunit.de/
6467[ PSR-7 ] : http://www.php-fig.org/psr/psr-7/
6568[ PSR-15 ] : https://www.php-fig.org/psr/psr-15/
6669[ PSR-17 ] : https://www.php-fig.org/psr/psr-17/
70+ [ Symfony Coding Standards ] : https://symfony.com/doc/current/contributing/code/standards.html
6771[ Zend Emitter ] : https://docs.zendframework.com/zend-httphandlerrunner/emitters/
6872
6973## License
0 commit comments