Libraries tagged by pdo_open
nia/sql-operation
498 Downloads
Component which contains simple CRUD operations using the `nia/sql-adapter` component.
nimayneb/repop
4 Downloads
Repository Operator - Small Library for CRUD operations with PDO in a model context.
jyoungblood/dbkit
27 Downloads
PHP functions to handle database connection and CRUD operations with PDO.
hxgf/dbkit
44 Downloads
PHP functions to handle database connection and CRUD operations with PDO.
geovanirangel/modellayer
25 Downloads
O ModelLayer é um componente baseado em PDO que abstraí operações de CRUD(Select, Insert, Update e Delete) no seu banco de dados.
milux/spdo
1724 Downloads
A static, simple PDO wrapper for easy database operations
mtkocak/basicdb
49 Downloads
A BasicDB implementation using PDO. Select, Insert, Update and Delete operations in an OOP way.
vundi/potato-orm
107 Downloads
An ORM package that allows you to perform basic CRUD operations on any database
tesis/db-layer
12 Downloads
Simple DB layer for mysqli extension and PDO class. It is based on mappers, files holding database table fields, primary key and auto_increment properties, which is helpful to compare fields for CRUD or select operations, and to provide better way to prevent SQL injections (only existing fields are selected, or inserted, ...)
metarush/data-mapper
273 Downloads
A generic data access layer for basic CRUD operations. Can act as a layer between database and repositories/services.
khalilleo-webagentur/sql-connector
11 Downloads
The ability to transfer data from sql db to any project use doctine.
faslatam/orm
4 Downloads
Tiny ORM for simple CRUD 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.