hotrush/reactphp-mysql

mysql driver for reactphp.

v0.3.4 2017-03-27 19:49 UTC

This package is auto-updated.

Last update: 2024-04-25 07:05:39 UTC


README

Build Status Coverage Status

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 :)