Registry / database / easyswoole-mysqli

easyswoole-mysqli

JSON →
library4.0.10phppackagistunverified

An efficient swoole framework

composer require easyswoole/mysqli
INSTALL
IMPORT
SIG · EASYSWOOLE-MYSQLI
E
easyswoole-mysqli
databasephpv4.0.10
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Mysqli
use EasySwoole\Mysqli\Mysqli;

Create a MySQLi connection and run a query

use EasySwoole\Mysqli\Mysqli; $db = new Mysqli(['host' => '127.0.0.1', 'user' => 'root', 'password' => '', 'database' => 'test']); $result = $db->query('SELECT 1');
Debug
Known issues
breakingRequires Swoole extension
fix
Install swoole extension via pecl install swoole
affects: >=4.0.0
Upgrade
Version history
4.0.10latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
30
OpenAI (training)
1
Resources
easyswoole-mysqli — pip install easyswoole-mysqli · libregistry