celysium / informer
A simple package to send data to specific url .
Installs: 396
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/celysium/informer
Requires
- php: ^8.0.2
- celysium/request: ^1.2
- laravel/framework: ^9.0|^10.0
Requires (Dev)
- orchestra/testbench: ^7.0
This package is auto-updated.
Last update: 2025-10-12 18:20:24 UTC
README
sync bulk
sync collection of data with Validation service
php artisan informer:sync
use -h for detail arguments and optional
usage
use in Model Eloquent as a Trait
use Informable;
you can set entity property for define in validation service, if not set get tables name model.
$entity = 'customer';
Trait Method Description
| method | Description |
|---|---|
$model->sync([]) |
sync data with validation service |
$model->syncCreated([]) |
created data with validation service |
$model->syncDeleted() |
deleted data with validation service |
$model->syncRestored([]) |
restore data with validation service |
$model->syncDeleted() |
force deleted data with validation service |