PHP Generics

Real PHP generics implemented in PHP with RFC-style syntax Class<T> and runtime type checking.

PHP Skeleton for Bison

Bison is a parser generator. It can be used to create AST parsers for PHP, JSON, SQL, and more. By default, Bison supports C/C++/D/Java, but it can be extended using a PHP skeleton.

ESP8266 RC boat

RC boat powered by an ESP8266 microcontroller, featuring a Wi-Fi access point and controlled via WebSocket commands.

PHP var_sizeof()

Function to get the actual size of any PHP variable in bytes. It calculates the size of internal PHP structures along with any additional allocated memory.