Libraries tagged by pdo_open
forestry/orm
48 Downloads
Tiny ORM for simple CRUD operations.
chevron/db
99 Downloads
a PDO wrapper for making common DB operations slightly easier
hashaam-zahid/crud-pdo-operation
0 Downloads
PDO CRUD Operations
vertilia/pdo-wrap
4 Downloads
PDO wrapper library to simplify basic DB operations
zazalt/omen
281 Downloads
Omen
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.
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
48 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, ...)
khalilleo-webagentur/sql-connector
9 Downloads
The ability to transfer data from sql db to any project use doctine.
faslatam/orm
2 Downloads
Tiny ORM for simple CRUD operations.
bitress/crud-wrapper
0 Downloads
To simplify the implementation of CRUD (Create, Read, Update, Delete) operations in PHP applications