Libraries tagged by pdo_open
dealnews/db
150 Downloads
Database Library providing a PDO factory and CRUD operations
r7di4am/rdb
7 Downloads
A simple PDO wrapper class for database operations
ismaelbrito/database-manager
3 Downloads
Biblioteca em PHP para gerenciar conexões e operações com MySQL usando PDO, com suporte a CRUD e tipagem moderna.
rafaelssucupira/fluent-sql
21 Downloads
API/PDO para gerenciamento de conexoes e operações com o banco mySQL
henderjon/chevron-db
79 Downloads
a PDO wrapper for making common DB operations slightly easier
chevron/db
108 Downloads
a PDO wrapper for making common DB operations slightly easier
mac/database
31 Downloads
Simple PDO helper to perform most common database operations
retamayo/absl
15 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.
jairosantos/easy-framework
7 Downloads
This is a simple PHP framework for APIs that demonstrates basic routing, handling HTTP requests, and organizing controllers for CRUD operations. The framework uses Dotenv for environment variable management, PDO for database interactions, and a custom router to handle different HTTP methods and routes.
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.
mehdirochdi/php-crud
23 Downloads
This class provides a common method of performing simple CRUD operations on any database supported by PHP PDO
ropendev/pdomodel
2952 Downloads
PDOModel is a simple and light PHP class to maintain database, table and data easily.