Thanks to visit codestin.com
Credit goes to github.com

Skip to content

pwhelan/reactphp-mysql

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Asynchronous MySQL client with reactphp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%