vuduythanh2020 / mysql-replication
Pure PHP Implementation of MySQL replication protocol. This allow you to receive event like insert, update, delete with their data and raw SQL queries.
Package info
github.com/vuduythanh2020/mysql-replication
pkg:composer/vuduythanh2020/mysql-replication
v6.2.5
2021-01-15 05:35 UTC
Requires
- php: >=7.1
- ext-bcmath: *
- ext-json: *
- ext-sockets: *
- doctrine/collections: ^1.3
- doctrine/dbal: ^2.5
- psr/simple-cache: ^1.0
- symfony/dependency-injection: ^3.1|^4.0|^5.0
- symfony/event-dispatcher: ^3.1|^4.0|^5.0
Requires (Dev)
- phpunit/phpunit: ^7.0
This package is not auto-updated.
Last update: 2026-07-12 06:19:51 UTC
README
copy from krowinski/php-mysql-replication