I Love to Invent Tools that
Automate Everyday Boring Work
People say they're surprised, how much software and projects I made. But they never heard of them or are hard to find.
So I made this place to find them all.
Rector is PHP CLI tool, that handles instant refactoring and instant upgrades. It can be used both to migrate huge legacy code-bases and also to keep eye on your daily work in CI code reviews.
Github Repository
A monorepo of PHP packages for symplifing everyday use of coding standards, Symfony, CLI, testing, PHP configs, CI checks, migration tools and much more. The most notable is Easy Coding Standard package.
Dependency Injection, Console and Kernel toolkit for Symplify packages.
Set of Symplify rules for PHP_CodeSniffer and PHP CS Fixer.
Use Coding Standard with 0-knowledge of PHP-CS-Fixer and PHP_CodeSniffer.
Sanitized FileInfo with safe getRealPath() and other handy methods
Resolve config and sets from configs and cli opptions for CLI applications
Autowire array parameters for your Symfony applications
Package to print diffs in console with colors
Internal Kernel for Symplify packages
Package to load, merge and save composer.json file(s)
Pre-escaped error messages in 'symplify' error format, container aware test case and other useful extensions for PHPStan
Print Symfony services array with configuration to to plain PHP file format thanks to this simple php-parser wrapper
Package to speed up building command line applications
Documentation generator for coding standard or static analysis rules
Package to print diffs for Markdown
Skip files by rule class, directory, file or fnmatch
Generates beautiful CHANGELOG.md with links to PRs, versions and users grouped in Added/Changed/Fixed/Removed categories.
Not only Composer tools to build a Monorepo.
Service integration of phpstan/phpdoc-parser, with few extra goodies for practical simple use
Tools that easy work with Symfony PHP Configs
Toolking for smart daily work with AST
The Best Way to Test Sniffs and Fixers
Set of Symplify rules for PHPStan
Prefixed scoped version of "symplify/easy-coding-standard" package
Tools that you use in any CI
Dump Symfony application to Static Website
Hydrate arrays to objects easily with PHP 7.4 and constructor injection
Convert Symfony YAML/XML format to PHP/YAML
Latte to Twig converter converts Latte to Twig
Check your TWIG templates
Generate vendor patches for packages with single command
Relief for your long-term memory
Detect static calls in your project
Scope package in unique namespace to prevent composer install conflicts - with 1 click
Use PHP config syntax to configure PHPStan in phpstan.php
Repository for Symplify packages development.
A PHP wrapper around the Git command line utility.
Upgrade PHPUnit tests with smart helping hand
Converter PHP_CodeSniffer or PHP-CS-Fixer configs to ECS with single Command
Check NEON/YAML/TWIG/LATTE files for existing and missing classes
3rd Party Open-Source Maintenance
I took over few packages, that were dying, abandoned in sand of time in dark lonely walley. Now they thrive and live on with high quality CI setup and occasional care.
Small website that shows real download stats of popular PHP frameworks - Symfony, Laravel, Zend, CakePHP, Nette and Yii.
Both in relative, absolute numbers and most interestingly - last year trend.
An awesome list with tools, posts and more awesome sources about effective PHP migrations of legacy projects.
Small website gets all PHP meetups from meetup.com API and shows them in one place, with smart filter and a map.
If you're looking for a meetup outside your local group, this is a place to check.
I'm a maintainer for the Clean Code PHP repository on GitHub - with focus on code examples, merges and coding style.
Cleaning Lady List (comming Winter 2020)
Do you know that airplane pilots have detailed step-by-step manual for every situation that can happen in the air? Even cases like both engines lose thrust just after the departure from the airport.
Each code base have different problems and places to improve. But in general, most of these places repeat over and again. What repeats, is a pattern and can be put in a list. A list you can check yourself for your own project.