Fork from clue-labs/reactphp-mysql, which is fork from bixuehujin/reactphp-mysql.
- updated reactphp dependencies
- replace callbacks with promised-base strategy (original branch)
The recommended way to install reactphp-mysql is through composer.
composer require hotrush/reactphp-mysql
This is a mysql driver for reactphp, It is written in pure PHP, implemented the mysql protocol.
See examples for usage details.
Thanks to bixuehujin for the original repo :)