telanflow/laravel-binlog is a Laravel package for mysql binlog for laravel.
It currently has 22 GitHub stars and 622 downloads on Packagist (latest version 0.2.4).
Install it with composer require telanflow/laravel-binlog.
Discover more Laravel packages by telanflow
or browse all Laravel packages to compare alternatives.
Last updated
该扩展实现了 mysql replication protocol。
可用于实时监听mysql数据变更、数据同步等场景
| PHP | Laravel | Mysql | Swoole | |:-------:|:-------:|:-----:|:-------:| | >= 7.2 | >=5.5 | 5.5/5.6/5.7 | >=4.2 |
composer require telanflow/laravel-binlog
默认设置在 config/binlog.php 中。将此文件复制到您自己的配置目录以修改值。
你可以使用这个命令发布配置:
php artisan vendor:publish --provider="Telanflow\Binlog\LaravelServiceProvider"
Please see Wiki
php artisan mysql:binlog [start|stop|restart|infos|clean]
The Laravel-Binlog package is open-sourced software licensed under the MIT license.