Top Five PHP Libraries to Boost Code Quality
Day by day you will get more and more familiar with PHP coding standards and your code quality will be perfect by default... And if that day is not happening yet,...
PeachPie, Do We Really Need a .NET Development Platform for PHP ?
PeachPie is an open source PHP compiler and runtime for .NET and .NET Core. We have covered the project about four years ago when it was work in progress, but today...
A Parser for PHP written in Go ?
You should be familiar with PHP projects written in plain PHP, or in C++, but what about a parser for the PHP programming language written in Go! ? Kind of crazy...
Humbug: Mutation Testing for PHP
Pádraic Brady announced in a blog post Hambug, a mutation testing framework for PHP. Basically Hambug injects errors in your original code trying to emulate programmers errors then check whether your...
Kinsta released 2021 PHP Benchmarks for Most Popular PHP Software
Kinsta, the managed WordPress hosting provider, released a full benchmark of the most popular 20 PHP platforms/configurations running on different PHP versions from PHP 5.6 until the latest 8.0. The latest...
Wasmer, WebAssembly Runtime and Container Format Alternative
You certainly know Docker, but much less Wasmer, a container format based on WebAssembly which compile many programming languages such as GoLang, Rust, C/C++, D, Python, Javascript, PHP, Ruby, Java, R......
PHP: The “Right” Way Free eBook
We continue this week's security series with a free eBook titled PHP : The "Right" Way, which claims to be your guide to PHP best practices, coding standards, and authoritative tutorials....
Tips : Why You Cannot Upgrade to PHP 8 ?
PHP recently dropped support for PHP 7.2, and today only supported versions are PHP 7.3, 7.4 and 8.0, but some applications are still running very old versions of PHP. According to...
Ways to use Redis database from PHP
On the Remi's blog a small comparison of the various solutions to use a Redis database from PHP on Linux, all tested on Fedora 25 but should work on RHEL, CentOS...
How to Convert Legacy PHP Web Applications to Docker
Take an old PHP 5 web application and convert it to Docker containers, using the latest PHP 7, Composer, Node.js, Grunt, and Bower.