Libraries tagged by object database
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
10 Downloads
Database abstraction layer with object repository support for PHP 7.4+, built on Doctrine DBAL
kethner/cdcbridge
25 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
130 Downloads
Database-driven code execution: make your objects smart!
retamayo/absl
14 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.
seguncodes/smyorm
2 Downloads
SmyORM is a PHP Object-relational mapping (ORM) that allows developers to write code in simple programming languages of their choice instead of using SQL to access, add, update, and delete data and schemas in the respective database.
roy404/eloquent
2 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.
milantex/mysql-tso
20 Downloads
Creates a PHP object which describes the MySQL table structure for a specified table in the database.
lkcodes/mycode
42 Downloads
A collection of commonly used tools, such as exporting tables, manipulating databases,File caching, string processing/encoding and decoding, array and object conversion, and so on. It can be used in any framework
kerrialn/static-data-importer-bundle
14 Downloads
generates entity objects from json, xml, csv files and persists to the database
inclitoleo/dbmysql
10 Downloads
Object-oriented query builders for MySQL can be used with database connection library.
devlee/x-mvc-core
3 Downloads
A PHP Object Relational Mapper and a Data Abstraction layer for Relational Databases
devlee/waker-orm
2 Downloads
A PHP Object Relational Mapper and a Data Abstraction layer for Relational Databases