Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 323 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 323 Bytes

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.