Libraries tagged by object database
mouf/utils.action.action-interface
371541 Downloads
This package contains an interface used by many objects to say they can do stuff. Actually, they can perform one particular action and has been designed for that. The action performed is completely up to the implementer (sending a mail, storing a result in database, displaying something on the screen...) The concept is very simple, and very powerful at the same time.
soyhuce/laravel-database-object
6362 Downloads
Map json columns to PHP Object in Laravel
mouf/database.dbconnection
32970 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
17815 Downloads
Library that enables easy persistance of objects to the MySQL 5.7+ database
marcel-maqsood/database-connector
246 Downloads
The PersistentPDO object is used to connect with a database and to generate sql statements on the go.
flowpack/query-object-builder
39 Downloads
A fluent, immutable, fully-typed SQL query builder for PHP (PostgreSQL, MySQL and MariaDB).
sciactive/nymph
31 Downloads
Powerful object data storage and querying for collaborative web apps.
morris/microdb
1894 Downloads
MicroDB is a minimalistic file-based JSON object database written in PHP.
jelix/dao
2768 Downloads
Lightweight object relation mapping based on the Database Access Object pattern
pecl/pdo_oci
296 Downloads
Use the PDO_OCI extension to access Oracle Database via PHP Data Objects (PDO) APIs
parm/parm
4987 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
xtompie/dao
4243 Downloads
DAO - Data Access Object - wrapper over SQL
webparking/laravel-type-safe-collection
8239 Downloads
This package provides type-safe extension of the laravel collection, forcing a single type of object.
umanit-pomm/model-manager
6889 Downloads
PHP Object Model Manager for Postgresql
level-2/maphper
767 Downloads
A lightweight ORM using the DataMapper pattern, creates database tables on the fly.