Libraries tagged by pdo_open
mtkocak/basicdb
50 Downloads
A BasicDB implementation using PDO. Select, Insert, Update and Delete operations in an OOP way.
vundi/potato-orm
113 Downloads
An ORM package that allows you to perform basic CRUD operations on any database
tschueller/phpmysqlgrid
17 Downloads
A flexible MySQL data grid for PHP with support for filtering, sorting, pagination and CRUD operations.
tesis/db-layer
12 Downloads
Simple DB layer for mysqli extension and PDO class. It is based on mappers, files holding database table fields, primary key and auto_increment properties, which is helpful to compare fields for CRUD or select operations, and to provide better way to prevent SQL injections (only existing fields are selected, or inserted, ...)
progrmanial/simplemdb
89 Downloads
Enterprise Database Toolkit for PHP - Modern schema management, intelligent migrations, and advanced query building
progrmanial/simple-mysqli-fork
2543 Downloads
A powerful and flexible database query builder with advanced features
metarush/data-mapper
326 Downloads
A generic data access layer for basic CRUD operations. Can act as a layer between database and repositories/services.
metarush/data-access
41 Downloads
A generic data access layer for basic CRUD operations. Can act as a layer between database, repositories, and services. Minimal boilerplate for rapid development. Implicit inline binding for SQL queries.
khalilleo-webagentur/sql-connector
65 Downloads
The ability to transfer data from sql db to any project use doctine.
kevinpirnie/kpt-datatables
64 Downloads
Advanced PHP DataTables library with CRUD operations, search, sorting, pagination, bulk actions, and multi-framework theme support (UIKit3, Bootstrap 5, Tailwind, Plain)
faslatam/orm
4 Downloads
Tiny ORM for simple CRUD operations.
eril/crud
1 Downloads
Advanced CRUD operations and Query Builder with subquery support
darkspock/just-query
0 Downloads
Production-grade PHP Query Builder with MySQL and PostgreSQL support. Safe bulk operations, conditional clauses, JSON schema, query profiler, and index hints. Zero framework coupling.
arpon/database
18 Downloads
Arpon Database - Advanced PHP Database Abstraction Layer with Laravel-compatible ORM, Schema Builder, Query Builder for MySQL and SQLite. Features 25+ column types, foreign key CASCADE support, advanced relationships, soft deletes, enhanced scopes system, and high-performance database operations.
a-le/microdbal
3 Downloads
A simple yet efficient DBAL for PHP, built on top of PDO. It provides a lightweight and easy-to-use API for database operations.