Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 673 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 673 Bytes

reactphp-mysql

Install

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

{
    "require": {
        "react/mysql": "0.2.*"
    }
}

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 the following projects.

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