zobe / amphp-mysqli-query
`zobe/amphp-mysqli-query` is a non-blocking mysqli query processor for use with the `amp` concurrency framework.
Installs: 30
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 2
pkg:composer/zobe/amphp-mysqli-query
Requires
- amphp/amp: ^1.2
- zobe/taskinfo: ^0.0.2
README
zobe/amphp-mysqli-query
is a non-blocking mysqli query processor built on the amp concurrency framework.
Requirements
- PHP 7
amphp/amp
1.2- mysqli
- mysqlnd
Project Goal
- Perform parallel processing of QUERIES only.
- Do not crash.
- Catch all errors reasonably and deliver to caller.
Installation
$ composer require zobe/amphp-mysqli-query
License
The MIT License (MIT). Please see LICENSE for more information.