Libraries tagged by pdo_crate
grantjm9992/pdo-helper
2660 Downloads
FluentPDO is a quick and light PHP library for rapid query building. It features a smart join builder, which automatically creates table joins.
gisostallenberg/pdo-clause-helper
35 Downloads
Utility to create placeholder strings to use in WHERE ... IN () clauses
sdragnev/bulkdbinserter
35 Downloads
Create a database writer using PDO to support multiple row insertion
xrj-juzi/envms
0 Downloads
FluentPDO is a quick and light PHP library for rapid query building. It features a smart join builder, which automatically creates table joins.
xety/fluentpdo
7 Downloads
FluentPDO is a quick and light PHP library for rapid query building. It features a smart join builder, which automatically creates table joins.
tomkyle/databases
76 Downloads
Creates generic connections to common database APIs, provided by easy-to-use connection factories. For multiple databases, a Service Locator helps you creating those factories.
skyfirephp/db
9 Downloads
Stash Queries - PHP SQL library providing an easy, eloquent, and fluent yet expressive way to select, create, update, and delete SQL records.
grantjm9992/fluentpdo
4 Downloads
FluentPDO is a quick and light PHP library for rapid query building. It features a smart join builder, which automatically creates table joins.
geste/fluentpdo
167 Downloads
FluentPDO is a quick and light PHP library for rapid query building. It features a smart join builder, which automatically creates table joins.
dino21/fluentpdo
95 Downloads
FluentPDO is a quick and light PHP library for rapid query building. It features a smart join builder, which automatically creates table joins.
crazedsanity/permission
15 Downloads
Library for handling permissions.
crazedsanity/database
782 Downloads
Database abstraction library.
phhung1901/simple_query_builder
5 Downloads
Create Query Builder is a simple, methods-chaining dependency-free library to create SQL Queries simple. Supports databases which are supported by PDO
gin0115/pixie-wpdb
316 Downloads
An adaptation of Pixie (created byusmanhalalit) for WordPress using WPDB over PDO.
adnen/php-crud-with-cli
0 Downloads
This is a simple PHP CLI application that performs basic CRUD (Create, Read, Update, Delete) operations on a user table in a MySQL database using PDO (PHP Data Objects). The script interacts with the database through a Command-Line Interface (CLI) and outputs results as JSON in the terminal.