GrumPHP, code quality tool 1.0.0 released
GrumPHP is a code quality tool for PHP, available as a composer plugin under an MIT license.
GrumPHP will register some git hooks in your package repository. When somebody commits...
Mercure, Server-sent Live Updates Protocol
Mercure is a protocol allowing to push data updates to web browsers and other HTTP clients in a convenient, fast, reliable and battery-efficient way. It is especially useful to publish real-time...
Boosting Your PHP Application Performance with PHPSpy: A Comprehensive Guide
Are you struggling with slow response times or high resource usage in your PHP application? And looking for quick solution to check what's wrong without changing your application, and with minimal...
Symfony 5.2 Adds new Async Cache Recomputing feature
Nicolas Grekas shared on the official Symfony blog a new feature that will be coming in the next Symfony 5.2 : Async cache recomputing. Cache management in previous versions of Symfony...
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.
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...
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...
GraalPHP, An Efficient PHP implementation built on GraalVM
Yet Another Efficient PHP Compiler ? Graalphp is an experimental just-in-time (JIT) compiler and runtime for PHP 7.4+ hosted on GraalVM. The project is realized by Andrin Bertschi, from the Advanced...
PHP Layer For AWS Lambda Announced
Amazon AWS announced new features in the AWS Lambda such as the custom runtimes, which will let you bring basically any language to the platform. Lambda was launched in 2015, the...
Phel Language, Lisp for PHP
Phel is a functional programming language that compiles to PHP. It is a dialect of Lisp inspired by Clojure and Janet. Built on PHP, it provides a good error reporting, different...