#php
Read more stories on Hashnode
Articles with this tag
PHP: Code Quality with Custom Tooling Extensions After many years of using PHPStan, PHP-CS-Fixer, PHP_CodeSniffer, … I will give you one advice: add...
Timeout Problems: Web Server + PHP What? First there is an HTTP request and that will hit your Web server, then it will pass the request via TCP- or...
Prepare your PHP Code for Static Analysis Three years ago I got a new job as PHP developer, before that I called myself web developer because I build...
Generics in PHP via PHPDocs If you did not know that you can use Generics in PHP or you do not exactly know how to use it or why you should use it,...
❤️ Simple PHP Code Parser It based on code from “JetBrains/phpstorm-stubs” but instead of Php-Reflection we now use nikic/PHP-Parser,...
Arrayy: A Quick Overview of map(), filter(), and reduce() Arrayy: A PHP array manipulation library. Compatible with PHP 7+ The next examples are...