Looking to hire Laravel developers? Try LaraJobs

laravel-business-rules maintained by jafar-albadarneh

Description
Streamline Business Rules inside your Laravel app
Last update
2023/03/20 05:02 (dev-dependabot/github_actions/aglipanci/laravel-pint-action-2.2.0)
License
Downloads
653

Comments
comments powered by Disqus

Streamline Business Rules inside your Laravel app

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.