krowinski / php-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.
MIT License
319 stars 94 forks source link

Add support of Symfony 6 #92

Closed Johnmeurt closed 6 months ago

Johnmeurt commented 2 years ago

Hello,

the library has 2 dependencies on Symfony < 6 which makes the migration impossible for project.

Regards

Moln commented 1 year ago

You can try this fork https://github.com/Moln/php-mysql-replication .

Resolve these issues:

huangdijia commented 1 year ago

Can you submit a PR to the official?

krowinski commented 6 months ago

fixed in #113