Libraries tagged by mysql
mobilestock/laravel-database-interceptor
3961 Downloads
Laravel Database Interceptor is a library that enables you to intercept database queries managed by PDO and transform the returned values into custom types. It uses Illuminate library abstractions to implement new PDO facade methods like selectOneFirstColumn and selectFirstColumn. It also enables ATTR_EMULATE_PREPARES without any external setting. It is fully compatible with MySQL/MariaDB. Other databases are not supported.
maxlab/stacker
130 Downloads
Stacker - Symfony docker starter kit for development. Quickly start of developing locally with Nginx, PHP7, Mysql, Pgsql, Mailcatcher and Redis etc.
headsnet/doctrine-db-copy-bundle
5373 Downloads
Copy Doctrine databases without requiring mysqldump
ghanuz/relations
4666 Downloads
To create a Eloquent relationships with comma separated foreign key or using a FIND_IN_SET mysql function.
friendsofhyperf/trigger
5074 Downloads
The MySQL Trigger component for Hyperf.
ekapusta/doctrine-custom-types-bundle
67931 Downloads
Add custom types like MySQL's enum
dlevsha/compalex
45 Downloads
Compalex is a lightweight script to compare two database schemas. It supports MySQL, MS SQL Server and PostgreSQL
cahkampung/landa-db
5706 Downloads
Mysql POD library
byjg/migration-cli
20864 Downloads
Simple library in PHP for database version control. Supports Sqlite, MySql, Sql Server and Postgres.
bullhorn/fast-rest
7885 Downloads
FastREST generates REST-ready models and controllers dynamically from a MySQL database schema, including foreign keys, table and column comments, and indexes.
arodax/doctrine-spatial
53499 Downloads
Doctrine ORM spatial extensions for MySQL and MariaDB.
kodus/sql-splitter
25084 Downloads
A simple facility to split SQL files into individual queries - supports MySQL, PostgreSQL and Microsoft SQL Server
fordnox/php-queue-manager
4299 Downloads
PHP Queue with database backend. Use sqlite, mysql, postgres database
esign/laravel-auto-timestamps
4379 Downloads
Adds ON UPDATE CURRENT_TIMESTAMP support for MySQLGrammar
zara-4/laravel-lazy-mysql
7848 Downloads
A lazy mysql based Eloquent model and Query builder for Laravel