Skip to content

Instantly share code, notes, and snippets.

<?php
namespace Your\Module\Namespace\Listener;
use MySQLReplication\BinLog\BinLogSocketConnect;
use MySQLReplication\Config\ConfigBuilder;
use MySQLReplication\Event\DTO\UpdateRowsDTO;
use MySQLReplication\Event\EventSubscribers;
use MySQLReplication\MySQLReplicationFactory;
version: '3'
services:
nginx:
image: nginx
volumes:
- project-one-volume:/var/www/project-one
php:
image: php:7.2-fpm
volumes: