Download the PHP package huangdijia/hyperf-trigger without Composer
On this page you can find all versions of the php package huangdijia/hyperf-trigger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package hyperf-trigger
hyperf-trigger
MySQL trigger component for hyperf
⚠️ Move to friendsofhyperf/trigger
Installation
-
Request
- Publish
Costom Trigger
Costom Subscriber
Setup Process
-
Default
- Custom replication
namespace App\Process;
use Huangdijia\Trigger\Process\ConsumeProcess;
use Hyperf\Process\Annotation\Process;
/**
* @Process
*/
class CustomProcess extends ConsumeProcess
{
protected $replication = 'custom_replication';
}
All versions of hyperf-trigger with dependencies
PHP Build Version
Package Version
Requires
hyperf/event Version
^2.0
hyperf/process Version ^2.0
krowinski/php-mysql-replication Version ^6.2
hyperf/utils Version ^2.0
hyperf/di Version ^2.0
hyperf/process Version ^2.0
krowinski/php-mysql-replication Version ^6.2
hyperf/utils Version ^2.0
hyperf/di Version ^2.0
The package huangdijia/hyperf-trigger contains the following files
Loading the files please wait ....