Registry / database / usmanhalalit-pixie

usmanhalalit-pixie

JSON →
library2.0.2phppackagistunverified

A lightweight, expressive, framework agnostic query builder for PHP.

composer require usmanhalalit/pixie
INSTALL
IMPORT
SIG · USMANHALALIT-PIXIE
U
usmanhalalit-pixie
databasephpv2.0.2
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.

QueryBuilderHandler
✓ use Pixie\QueryBuilder\QueryBuilderHandler;

Query a MySQL database for a user by ID.

use Pixie\QueryBuilder\QueryBuilderHandler; $config = ['driver' => 'mysql', 'host' => 'localhost', 'database' => 'test', 'username' => 'root', 'password' => '']; $builder = new QueryBuilderHandler($config); $users = $builder->table('users')->where('id', '=', 1)->get();
Debug
Known issues
gotchaRequires PHP 7.0+ and PDO extension
fix
Ensure PHP 7.0+ and the PDO extension for your database driver are installed.
affects: >=2.0.0
Upgrade
Version history
2.0.2latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
38 hits · last 30 days
node
32
OpenAI (training)
2
Resources