Libraries tagged by object database
mouf/database.dbconnection
33107 Downloads
This package contains object to perform database connections. Connections are performed using the PDO library. Therefore, the PDO extension must be enabled to use this package. This package will allow you to connect to MySql and PostgreSql databases. The DB Connection class has special features to help you get informations about the database schema, and especially about the constraints between tables.
activecollab/databaseobject
17869 Downloads
Library that enables easy persistance of objects to the MySQL 5.7+ database
programster/pgsql-objects
1530 Downloads
A library for interfacing with a PostgreSQL database in PHP. Facilitates the creation of objects that represents tables tables. Objects must have id of type UUID.
activecollab/databasestructure
17433 Downloads
Define database structure in PHP and let the library generate object classes and tables
sciactive/nymph
31 Downloads
Powerful object data storage and querying for collaborative web apps.
morris/microdb
1895 Downloads
MicroDB is a minimalistic file-based JSON object database written in PHP.
timefrontiers/php-pagination
123 Downloads
PHP pagination trait for database objects and collections
jelix/dao
3045 Downloads
Lightweight object relation mapping based on the Database Access Object pattern
parm/parm
4988 Downloads
PHP Active Record for MySQL. Connects to the your database and generates the Object Relational Mapping. Built in Database Query Processor for custom queries. Ability to use closures to process rows
pedro151/orm-generator
359 Downloads
orm-generator maps the entire database and then creates the DAO (Data Access Object) and ORM (Object-relational mapping) of the entire database to facilitate the development. uses various types of databases like Postgres and Mysql and various types of ORM framework.
drupflare/rom
83 Downloads
A Drupal 11 database driver for Cloudflare Durable Object SQLite (ctx.storage.sql).
xtompie/dao
4721 Downloads
DAO - Data Access Object - wrapper over SQL
webparking/laravel-type-safe-collection
8240 Downloads
This package provides type-safe extension of the laravel collection, forcing a single type of object.
umanit-pomm/model-manager
7334 Downloads
PHP Object Model Manager for Postgresql
symlex/doctrine-active-record
8745 Downloads
Object-oriented CRUD for Doctrine DBAL