jafar-albadarneh/laravel-business-rules

Streamline Business Rules inside your Laravel app

0.2.0 2022-11-16 12:07 UTC

README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

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.