Libraries tagged by laravel mysql
mpyw/laravel-mysql-system-variable-manager
4799 Downloads
A tiny extension of MySqlConnection that manages session system variables
fleetbase/laravel-mysql-spatial
14589 Downloads
MySQL spatial data types extension for Laravel x Fleetbase.
chr15k/laravel-mysql-encrypt
4694 Downloads
Laravel database encryption using native MySQL functions
shakahl/laravel-eloquent-mysqli
5735 Downloads
MySQLi driver (connector) for Laravel 8.x Eloquent database
elseyyid/laravel-json-mysql-locations-manager
19326 Downloads
Laravel Json Locations Manager. Import all app language strings from lang folder
ionghitun/laravel-lumen-mysql-encryption
2344 Downloads
Database fields encryption in laravel and lumen for mysql databases with native search and anonymize data for gdpr.
damiantw/laravel-scout-mysql-driver
35772 Downloads
MySQL driver for Laravel Scout.
stats4sd/laravel-sql-views
6203 Downloads
A small package to help automate the creation and updating of MySQL views within a Laravel project.
mihai-valentin/laravel-order-by-field
10582 Downloads
A simple Laravel `Query\Builder` extension that adds MySQL-like "order by field" feature
vcian/pulse-mysql-db-auditor
889 Downloads
A Laravel Pulse card show database auditing
systemsdk/docker-nginx-php-laravel
463 Downloads
Docker laravel environment
socialblue/laravel-query-adviser
3280 Downloads
With Laravel Query Adviser you can get more insights into the SQL queries created by Eloquent models used in your app. It logs the queries used by your application and provides a helpful overview of the SQL queries. You can rerun the SQL query to analyze the database impact or copy the SQL query to your clipboard. The handy card view allows you to quickly point out the pain points of your application's SQL queries.
mobilestock/laravel-replicator
1071 Downloads
laravel-replicator is a Laravel Package that provides a peer-to-peer MySQL replication, using binlogs and events to get the changes from databases, using ANNOTATE_ROWS_EVENT to get the affected rows in the events.
mobilestock/laravel-database-interceptor
1366 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.
maikealame/laravel-auto
4428 Downloads
Laravel helper to make almost everything for your project