Download the PHP package bazarov392/db-to-redis-events-laravel without Composer
On this page you can find all versions of the php package bazarov392/db-to-redis-events-laravel. 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 db-to-redis-events-laravel
DB to Redis Events Laravel
Events about data changes from the database to Redis.
- At the moment, it is only compatible with MySQL and Laravel because it uses models from Laravel.
Installion
Install package
Use
Docs
Format message
- tableName - Table name
- typeEvent - Type event ( created | updated | deleted )
- idRow - If the column has a primary key, it will be listed here. If not, it will not be specified, but the JSON of the model will be in the body of the event.
All versions of db-to-redis-events-laravel with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
guzzlehttp/guzzle Version ^7.2
laravel/framework Version ^9.0
laravel/sanctum Version ^2.14
laravel/tinker Version ^2.7
guzzlehttp/guzzle Version ^7.2
laravel/framework Version ^9.0
laravel/sanctum Version ^2.14
laravel/tinker Version ^2.7
The package bazarov392/db-to-redis-events-laravel contains the following files
Loading the files please wait ....