Libraries tagged by pdo_open
faslatam/orm
4 Downloads
Tiny ORM for simple CRUD operations.
arpon/database
2 Downloads
Arpon Database - Advanced PHP Database Abstraction Layer with Laravel-compatible ORM, Schema Builder, Query Builder for MySQL and SQLite. Features 25+ column types, foreign key CASCADE support, advanced relationships, and high-performance database operations.
a-le/microdbal
1 Downloads
A simple yet efficient DBAL for PHP, built on top of PDO. It provides a lightweight and easy-to-use API for database operations.
raymondoor/dbconnection
1 Downloads
Simple custom class to handle database operations using PDO
martywallace/simpledb
99 Downloads
A thin wrapper around PDO for common MySQL operations.
ismaelbrito/database-manager
4 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
23 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
110 Downloads
a PDO wrapper for making common DB operations slightly easier
mac/database
32 Downloads
Simple PDO helper to perform most common database operations
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.
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
silvaleal/karbom
15 Downloads
Um código feito em php para ajudar os programadores que irão utilizar PDO em suas aplicações. Atenção, este projeto não é um ORM, e sim apenas um atalho para mexer em um banco de dados, é usado SQL puro em nosso projeto.
ropendev/pdomodel
2952 Downloads
PDOModel is a simple and light PHP class to maintain database, table and data easily.