Libraries tagged by sql
ezsql/ezsql
33886 Downloads
Advance database access library. Make interacting with a database ridiculously easy. An universal interchangeable CRUD system.
danielme85/laravel-log-to-db
611028 Downloads
Custom Laravel Log channel handler that can store log events to SQL or MongoDB databases. Uses Laravel native logging functionality.
cycle/database
385476 Downloads
DBAL, schema introspection, migration and pagination
atlas/orm
122593 Downloads
An ORM for your persistence model (not your domain model).
annexare/countries-list
150828 Downloads
Continents & countries: ISO 3166-1 alpha-2 code, name, ISO 639-1 languages, capital, currency, native name, phone. JSON, CSV and SQL.
slim/pdo
254966 Downloads
Just another PDO database library
onecentlin/laravel-adminer
323896 Downloads
Laravel Adminer Database Manager
nettrine/dbal
1412431 Downloads
Doctrine DBAL for Nette Framework
mevdschee/php-crud-api
49168 Downloads
Single file PHP script that adds a REST API to a SQL database.
dg/adminer-custom
647065 Downloads
Customization for Adminer, the best database management tool written in PHP.
clancats/hydrahon
162493 Downloads
Fast & standalone PHP MySQL Query Builder library.
apix/cache
503292 Downloads
A thin PSR-6 cache wrapper with a generic interface to various caching backends emphasising cache taggging and indexing to Redis, Memcached, PDO/SQL, APC and other adapters.
mattiasgeniar/phpunit-query-count-assertions
460896 Downloads
A custom assertion for phpunit that allows you to count the amount of SQL queries used in a test. Can be used to enforce certain performance characteristics (ie: limit queries to X for a certain action).
loupe/loupe
21492 Downloads
A full text search engine with tokenization, stemming, typo tolerance, filters and geo support based on only PHP and SQLite
krowinski/php-mysql-replication
59847 Downloads
Pure PHP Implementation of MySQL replication protocol. This allow you to receive event like insert, update, delete with their data and raw SQL queries.