php-mysql-binary-protocol icon indicating copy to clipboard operation
php-mysql-binary-protocol copied to clipboard

Implementation of MySQL binary protocol for socket interactions in pure PHP

MySQL Binary Protocol in pure PHP

Framework agnostic implementation of MySQL protocol in PHP.

The final goal of this project is to provide easy to use parser and serializer to communicate with socket of mysql compatible server (MySQL, MariaDB, Sphinx, Manticore Search), that can be used with any async PHP framework.