Libraries tagged by mysql
easyswoole/mysqli
105521 Downloads
An efficient swoole framework
vcian/laravel-db-auditor
8018 Downloads
Database DB Auditor provide leverage to audit your MySql,sqlite, PostgreSQL database standards and also provide options to add constraints in table.
stefangabos/zebra_session
92323 Downloads
A drop-in replacement for PHP's default session handler which stores session data in a MySQL database, providing better performance, better security and protection against session fixation and session hijacking
rah/danpu
345586 Downloads
Zero-dependency MySQL dump library for easily exporting and importing databases
prodigyphp/laravel-ssh-tunnel
17865 Downloads
Easy creation & maintenance of an SSH Tunnel for Laravel
phpmyadmin/phpmyadmin
324017 Downloads
A web interface for MySQL and MariaDB
opis/database
73394 Downloads
A database abstraction layer over PDO, that provides a powerful and intuitive query builder, bundled with an easy to use schema builder
mysql-workbench-schema-exporter/doctrine2-exporter
115174 Downloads
MySQL Workbench Schema Exporter for Doctrine 2
imjoehaines/flowder
310752 Downloads
A simple and extensible fixture loader for PHP 7.3+, supporting SQLite and MySQL
ggergo/sqlindexhintbundle
339274 Downloads
Doctrine SqlWalker extension to apply USE INDEX and FORCE INDEX hints using DQL on top of MySql. Works with both createQuery and createQueryBuilder.
delight-im/db
114792 Downloads
Safe and convenient SQL database access in a driver-agnostic way
chriskite/phactory
205297 Downloads
A Database Factory for PHP Unit Tests
aura/sqlschema
206367 Downloads
Provides facilities to read table names and table columns from a database using PDO.
atlas/query
218380 Downloads
Object-oriented query builders and performers for MySQL, Postgres, SQLite, and SQLServer.
guidocella/eloquent-insert-on-duplicate-key
556869 Downloads
Macros for INSERT ON DUPLICATE KEY UPDATE and INSERT IGNORE with Eloquent