Libraries tagged by object database
discite/discite-php
19 Downloads
A PHP library for managing MySQL databases in an object-oriented way.
charm/orm
8 Downloads
Maps database tables to objects. Doesn't hide SQL.
senhung/orm
5 Downloads
A simple object relational mapping for databases.
mattivdweem/layer
6 Downloads
Database abstraction layer and object relationship mapper for php
iggyvolz/uuiddb
2 Downloads
Global in-memory or memory-accessible database of UUID => PHP object
dimadin/wp-temporary
224 Downloads
WordPress library to cache data to the database. Like transients without object cache.
bpzr/entity-adapter
193 Downloads
Package provides a flexible bridge between database queries and entity objects
blackpearl/blackpearl
18 Downloads
BlackPearl is a simple and lightweight PHP MVC (Model-View-Controller) framework used for building full-stack web applications in PHP. It utilizes well-known PHP packages and libraries that you may already be familiar with, such as the Blade Templating Engine for the user interface and the Eloquent ORM (Object-Relational Mapping) system for database interaction. BlackPearl also implements a classic routing system and database migration system to enhance the developer experience.
danae/astral
11 Downloads
Database abstraction layer with object repository support for PHP 7.4+, built on Doctrine DBAL
softon/mysqli-dbclass
13 Downloads
A simple Object Oriented approach for accessing Mysql Databases.
kethner/cdcbridge
26 Downloads
Bridge class to assist with syncing, dumping and updating database and/or API objects
jbschmitt/dbmodel
0 Downloads
object oriented representation of a relational database
adnen/php-crud-with-cli
0 Downloads
This is a simple PHP CLI application that performs basic CRUD (Create, Read, Update, Delete) operations on a user table in a MySQL database using PDO (PHP Data Objects). The script interacts with the database through a Command-Line Interface (CLI) and outputs results as JSON in the terminal.
square-bit/laravel-volition
158 Downloads
Database-driven code execution: make your objects smart!
retamayo/absl
16 Downloads
Absl (PHP Database Abstraction Library) is a lightweight and flexible library designed to simplify database operations in PHP applications. It provides a convenient interface for interacting with various database systems using the PHP Data Objects (PDO) extension.