/reactphp-mysql

Asynchronous MySQL client with reactphp

Primary LanguagePHP

reactphp-mysql

Install

The recommended way to install reactphp-mysql is through composer.

{
    "require": {
        "react/mysql": "dev-master"
    }
}

Introduction

This is a mysql driver for reactphp, It is written in pure PHP, implemented the mysql protocal.

See examples for usage details.

Thinks

Thinks for the following projects.

  • phpdaemon: the mysql protocal implemention based some code of the project.
  • node-mysql: take some inspirations from this project for API design.