Libraries tagged by object database
rotexsoft/versatile-collections
5613 Downloads
A collection package that can be extended to implement things such as a Dependency Injection Container, RecordSet objects for housing database records, a bag of http cookies, or technically any collection of items that can be looped over and whose items can each be accessed using array-access syntax or object property syntax.
ironbound/db
811 Downloads
Provides models and custom query objects for custom database tables in WordPress.
mayankjanidev/laravel-store
37 Downloads
Create reusable database queries and data objects in Laravel
ang3/php-odoo-orm
2654 Downloads
PHP object relational mapper (ORM) for Odoo databases.
roy404/eloquent
85 Downloads
Eloquent is the default ORM (Object-Relational Mapping). It provides a simple ActiveRecord implementation for working with your database. With Eloquent, you can define database models as classes, and interact with the database using these models, rather than writing raw SQL queries.
mouf/utils.action.action-interface
366231 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.
marcel-maqsood/database-connector
81 Downloads
The PersistentPDO object is used to connect with a database and to generate sql statements on the go.
sanovskiy/simple-object
607 Downloads
Simple ORM for SQL databases
hacfi/object-bridge-bundle
64 Downloads
Hacfi Object Bridge Bundle
davidbadura/orangedb
530 Downloads
Readonly Filesystem Database | Object-File Mapping
legrand/sparqlmodel
24 Downloads
A model for Laravel 4, that can manage object through a graph database using SPARQL endpoint.
pedro151/orm-generator
328 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.
titon/db
660 Downloads
The Titon database package provides a basic database abstraction layer and an object relational mapper.
zero-to-prod/omdb
5 Downloads
A PHP wrapper for the OMDb API with full object support
tbl0605/propel1-pervasive
215 Downloads
Propel is an open-source Object-Relational Mapping (ORM) for PHP5. This fork tries to add support for Pervasive DB.