Libraries tagged by database-abstraction
migliori/php-pdo-database-class
433 Downloads
The DB class is a database abstraction layer that provides a simple, consistent interface for interacting with different types of databases. It handles connection management, query execution, pagination and result processing
mehr-it/lara-db-ext
7705 Downloads
Extensions for laravel's database abstraction layer
lexide/reposition
62 Downloads
A modular database abstraction system
keverw/pastadb
11 Downloads
Work with pasta, then we'll make the spaghetti! PastaDB aims to be a powerful yet simple database abstraction layer library.
kenlog/database-custom
58 Downloads
A database abstraction layer over PDO, that provides a powerful and intuitive query builder, bundled with an easy to use schema builder. This is a custom version of opis/database with updates for PHP 8 compatibility.
kaizencoders/wp-fluent
9 Downloads
A lightweight, expressive database query builder for WordPress which can be referred to as a Database Abstraction Layer. WP Fluent uses the same **wpdb** instance and takes care of query sanitization, table prefixing and many other things with a unified API.
gonzalo123/db
6 Downloads
Database Abstraction Layer over DBAL
glueful/glueful
1 Downloads
A flexible PHP framework for building modern APIs with authentication, database abstraction, caching, and more
fridge/dbal
863 Downloads
Database Abstraction Layer written in PHP 5.3+
erikthiart/dbease
6 Downloads
A lightweight database abstraction library for simplifying database operations.
dscheinah/sx-data
236 Downloads
Database abstraction with corresponding implementation patterns.
detain/db_abstraction
545 Downloads
Database Abstraction Class
cratia/orm-model
1829 Downloads
Model is a PHP object based in Active Record Pattern + Strategy Pattern and that sits on top of a powerful database abstraction layer (DBAL). One of its key features is the option to write database queries in a proprietary object oriented SQL dialect called Dialect Query Language (DQL).
cratia/orm-dbal
2272 Downloads
Database abstraction layer (DBAL) for execute Query based on https://www.doctrine-project.org/projects/dbal.html
bayfrontmedia/simple-pdo
1336 Downloads
A simple and secure database abstraction layer which utilizes the PDO interface and supports working with multiple databases.