Inheritance Cache Improvement for PHP Classes
Dmitry Stogov shared on PHP internals his work on Inheritance cache, a proof of concept that eliminates overhead of PHP class inheritance. Dmitry explained that PHP classes are compiled and cached...
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......
Casbin, Powerful and Efficient ACL for Your Projects
Casbin is an authorization library that supports access control models like ACL, RBAC, ABAC for Golang, Java, PHP and Node.js. The PHP version have been recently released and provides support for Laravel,...
PHP Parallel 1.0.0 Released, the Concurrency API for PHP7
Joe Watkins have just announced the availability of Parallel 1.0.0 for PHP, the succinct parallel concurrency API for PHP7. Now you can easily write a web crawler in PHP or do...
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....
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...
PHPSpy, Low Overhead Sampling Profiler For PHP 7
PHPSpy is James Bond's favorite tool for PHP7, inspired by the Ruby sampling profiler rbspy. It provides low-overhead sampling profiler for PHP 7, however actually only working with Linux x86_64 non-ZTS PHP...
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...
Swoole, Hot Production-Grade Async programming Framework for PHP
Swoole is an open source, production ready async programming framework for PHP. Compared with other async programming frameworks or softwares such as Nginx, Tornado, Node.js, the framework has the built-in async, multiple...
Peachpie, The PHP Compiler and Runtime for .NET
Peachpie is a modern PHP compiler based on Roslyn by Microsoft and drawing from our popular Phalanger project. It allows PHP to be executed within the .NET framework, thereby opening the...