Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muath-ye/state-machines-php-example
The world of state machines and their applications in Laravel and PHP development.
https://github.com/muath-ye/state-machines-php-example
php state-machines
Last synced: 6 days ago
JSON representation
The world of state machines and their applications in Laravel and PHP development.
- Host: GitHub
- URL: https://github.com/muath-ye/state-machines-php-example
- Owner: muath-ye
- Created: 2023-07-30T04:48:05.000Z (over 1 year ago)
- Default Branch: father
- Last Pushed: 2023-07-30T06:26:17.000Z (over 1 year ago)
- Last Synced: 2024-04-09T09:40:02.653Z (7 months ago)
- Topics: php, state-machines
- Language: PHP
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The world of state machines and their applications in Laravel and PHP development.
## Installation
```sh
composer create-project muathye/state-machines
```## Usage
Update `app.php` with different [state]
This implementaion is based on [this Laracon talk](https://youtu.be/1A1xFtlDyzU)