Libraries tagged by object database
mouf/database.tdbm
77952 Downloads
The Database Machine is a PHP ORM that requires no configuration. The object model is deduced at runtime from the database model.
pecl/pdo_oci
290 Downloads
Use the PDO_OCI extension to access Oracle Database via PHP Data Objects (PDO) APIs
thedataist/drill-connector
9268 Downloads
Objects that allow you to programmatically connect to Apache Drill.
symlex/doctrine-active-record
8736 Downloads
Object-oriented CRUD for Doctrine DBAL
shopsys/doctrine-orm
112540 Downloads
Object-Relational-Mapper for PHP
fmrestor/fmrestor
3324 Downloads
fmRESTor is an object-based PHP library developed to seamlessly interact with databases and custom apps hosted on a FileMaker Server via the new powerful FileMaker Data API from within a PHP code.
falseclock/dbd-php-entity
10173 Downloads
DTO like library to fetch any data in an Object-Oriented manner (ORM)
atlas/statement
13355 Downloads
Object-oriented statement builders for MySQL, Postgres, SQLite, and SQLServer.
ang3/odoo-bundle
4971 Downloads
Symfony bundle to manage your Odoo databases.
jield-webdev/jield-export
16001 Downloads
This repo can be used to export database objects (using Doctrine) to External data formats (Excel/Parquet/CSV)
herdwatch/stripe-bundle
88049 Downloads
Symfony bundle to integrate Stripe PHP SDK. Ability to save Stripe objects in database using Doctrine.
gowork/dqo
27779 Downloads
Database Query Objects
mayankjanidev/laravel-store
171 Downloads
Create reusable database queries and data objects in Laravel
keios/moneyright
55830 Downloads
Precise, GAAP-compliant, database-friendly Money Value Object
mouf/utils.action.action-interface
371501 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.