Libraries tagged by Simplify Database Operation
zwei/brief-db
12 Downloads
brief-db library for PHP
vertilia/pdo-wrap
4 Downloads
PDO wrapper library to simplify basic DB operations
bitress/crud-wrapper
0 Downloads
To simplify the implementation of CRUD (Create, Read, Update, Delete) operations in PHP applications
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.
joedevsharp/entitylite
12 Downloads
A lightweight PHP ORM inspired by Entity Framework, designed to simplify database interactions and provide an intuitive way to manage entities and relationships. This library utilizes a fluent interface and follows the PSR-4 autoloading standard, making it easy to integrate into any PHP project. With support for basic CRUD operations and a focus on simplicity and performance, this ORM empowers developers to work with databases seamlessly while maintaining clean and maintainable code.