Skip to content

clue-labs/mysql

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Asynchronous MySQL client with reactphp

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%