Libraries tagged by pdok
tiny-queries/tiny-queries
3109 Downloads
Highly efficient database layer as alternative for ORM - direct mapping from SQL to REST interface
tigo/crud
55 Downloads
Features for working with database. CRUD manipulation data standard
tielongphp/easydb
21 Downloads
简单的pdo封装、查询构造器、快速db操作
thumbtack/querycache
46 Downloads
A simple PDO query interface with support for result set and row level caching
thinks/hyperf-oci8
16 Downloads
Oracle DB driver for Laravel 4|5|6|7 via OCI8
thiagowip/simple-database-manager
3 Downloads
Uma biblioteca PHP simples e elegante para gerenciar conexões de banco de dados com paginação automática, CRUD completo e interface moderna
thephpeffect/connection-manager
12 Downloads
A simple connection manager for any OOP db connection in PHP
theopenweb/lessql
0 Downloads
LessQL: A lightweight and performant PHP ORM alternative
thehiredgun/mint
32 Downloads
A PDO-abstraction layer package
thefinaloutpost/database
19 Downloads
Flexible and powerful Database abstraction library with a familiar PDO-like API
thedigital/sqlschema
429 Downloads
Provides facilities to read table names and table columns from a database using PDO.
thalfm/laravel-ibmi
923 Downloads
thalfm/laravel-db2
933 Downloads
laravel-db2 is a simple DB2 service provider for Laravel. It provides DB2 Connection by extending the Illuminate Database component of the laravel framework.
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, ...)
terminusstudio/ezdb
27 Downloads
ezDB is a lightweight library that provides an easy and fast to deal with databases in PHP. It manages connections, provides a query builder, and a lightweight ORM.