hotrush / reactphp-mysql
mysql driver for reactphp.
v0.3.4
2017-03-27 19:49 UTC
Requires
- php: >=5.5.0
- react/dns: 0.4.*
- react/promise: ^2.0 || ^1.1
- react/socket: ^0.4 || ^0.5
- react/socket-client: ^0.5
Requires (Dev)
- phpunit/dbunit: >=1.2
- phpunit/phpunit: ^4.0 || ^5.0
This package is auto-updated.
Last update: 2024-10-25 08:08:06 UTC
README
reactphp-mysql
Fork from clue-labs/reactphp-mysql, which is fork from bixuehujin/reactphp-mysql.
Changes
- updated reactphp dependencies
- replace callbacks with promised-base strategy (original branch)
Install
The recommended way to install reactphp-mysql is through composer.
composer require hotrush/reactphp-mysql
Introduction
This is a mysql driver for reactphp, It is written in pure PHP, implemented the mysql protocol.
See examples for usage details.
Thanks
Thanks to bixuehujin for the original repo :)