Insphpect, Dynamic Code Analysis Tool
Part of a Ph.D Project by Thomas Butler at the University of Northampton in the UK, Insphpect is a proof of concept to develop a metric for analyzing source code flexibility...
PHP 8.0 feature focus: match() expressions
Larry Garfield, Director of Developer Experience at platform.sh, have written an introductory post on PHP 8.0 new feature match(), which go beyond switch/case directives limitation.
While it gets the job done, the...
KPHP Compile and Run PHP Code Up to 10 Times Faster
KPHP is a PHP compiler developed by VK.com and maintained as proprietary for years until open-sourced in late 2020. It compiles a limited subset of PHP to a native binary running...
PHP Toolkit for ADO.NET Data Services, bridge for PHP developers to .NET through REST
Interoperability @ Microsoft have just announced today a new bridge for PHP developers to .NET through REST : PHP Toolkit for ADO.NET Data Services. ADO.NET Data Services have been recently added...
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.
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......
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...
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...
Build PHP Extensions Easily with Zephir
Zephir - Ze(nd Engine) Ph(p) I(nt)r(mediate) - is a high level language that eases the creation and maintainability of PHP extensions. Zephir extensions are exported to C code that can be...
Simplify Your Statistical Calculations with the PHP Statistics Package
Statistical functions are often used in software development, especially in data analytics and machine learning. For PHP developers, the Statistics PHP package provides various statistical functions for mathematical analysis of numeric...



































