Download the PHP package bidzm/eloquent-state-machine without Composer
On this page you can find all versions of the php package bidzm/eloquent-state-machine. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bidzm/eloquent-state-machine
More information about bidzm/eloquent-state-machine
Files in bidzm/eloquent-state-machine
Download bidzm/eloquent-state-machine
More information about bidzm/eloquent-state-machine
Files in bidzm/eloquent-state-machine
Vendor bidzm
Package eloquent-state-machine
Short Description Eloquent State Machine
License MIT
Homepage https://github.com/abidnurulhakim/laravel-state-machine
Package eloquent-state-machine
Short Description Eloquent State Machine
License MIT
Homepage https://github.com/abidnurulhakim/laravel-state-machine
Please rate this library. Is it a good library?
Informations about the package eloquent-state-machine
laravel-state-machine
Eloquent State Machine
Install through Composer
Usage
Just add Bidzm\StateMachine
to your eloquent model.
There some function that you can use
If you want doing some action in after or before transition fired. You must override method beforeTransition()
or afterTransition()
State Change At
You can store when state changed, with attribute state_change_at
in your table
There some function that you can use
License
All versions of eloquent-state-machine with dependencies
PHP Build Version
Package Version
The package bidzm/eloquent-state-machine contains the following files
Loading the files please wait ....