jafar-albadarneh / laravel-business-rules
Streamline Business Rules inside your Laravel app
0.2.0
2022-11-16 12:07 UTC
Requires
- php: ^8.0
- spatie/laravel-package-tools: ^1.9.2
Requires (Dev)
- laravel/pint: ^1.0
- nunomaduro/collision: ^6.0
- nunomaduro/larastan: ^2.0.1
- orchestra/testbench: ^7.0
- phpunit/phpunit: ^9.5
- spatie/laravel-ray: ^1.26
This package is auto-updated.
Last update: 2024-12-30 02:39:10 UTC
README
If your App follows actions pattern, you can use this package to streamline your business rules along the lines of your actions.
Installation
You can install the package via composer:
composer require jafar-albadarneh/laravel-business-rules
Usage
$laravelBusinessRules = new Jafar\LaravelBusinessRules(); echo $laravelBusinessRules->echoPhrase('Hello, Jafar!');
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.