Final interface, ::class
Constant and other useful Checkers for PHP-CS-Fixer and PHP_CodeSniffer.
The best and easiest way to start coding standard with. Combined both PHP-CS-Fixer and PHP_CodeSniffer.
Building own Sniffs and Fixers made easy. It helps you with:
- Space counts
- Testing
- (Fully qualified) names
- Property and argument types
- And much more...
Statie helps you to host and develop your blog on Github. A static site generator with aim on community websites.
Pehapkari.cz (Github repo) and TomasVotruba.cz (Github repo).
Fork, clone your repository and install dependencies:
git clone git@github.com:<your-name>/Symplify.git
cd Symplify
composer install
This is a monolithic repository for Symplify packages. Put all your PRs and ISSUEs here.
Just follow 3 rules:
-
1 feature per pull-request
-
New feature needs tests
-
Tests and static analysis must pass:
composer complete-check
Often you don't need to fix coding standard manually, just run:
composer fix-cs
We would be happy to merge your feature then.