Download the PHP package celysium/informer without Composer
On this page you can find all versions of the php package celysium/informer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download celysium/informer
More information about celysium/informer
Files in celysium/informer
Download celysium/informer
More information about celysium/informer
Files in celysium/informer
Vendor celysium
Package informer
Short Description A simple package to send data to specific url .
License
Package informer
Short Description A simple package to send data to specific url .
License
Please rate this library. Is it a good library?
Informations about the package informer
Document
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 |
All versions of informer with dependencies
PHP Build Version
Package Version
The package celysium/informer contains the following files
Loading the files please wait ....