LaravelPackages.net
Acme Inc.
Toggle sidebar
hotash/laravel-ignorable

Ignorable package for Laravel.

48
0
v1.0.0
About hotash/laravel-ignorable

hotash/laravel-ignorable is a Laravel package for ignorable package for laravel.. It currently has 0 GitHub stars and 48 downloads on Packagist (latest version v1.0.0). Install it with composer require hotash/laravel-ignorable. Discover more Laravel packages by hotash or browse all Laravel packages to compare alternatives.

Last updated

Total Downloads Latest Stable Version License

About Package

Note: This package will help you to ignore chained method calls as per your defined condition.

Installation

require hotash/laravel-ignorable

Usages

ignorable(new Foo(), $whenToIgnore)
    ->call()->your()->method()
    ->discard($whenToDiscard) // callable or bool
    ->call()->more()->method()
    ->ignore($whenToIgnore) // callable or bool
    ->conditional()->method()->call()
    ->discard($whenToDiscard) // callable or bool
    ->again()->call()->your()->method()
    ->dump()->value;

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide is not available yet.

Code of Conduct

Description is PENDING.

Security Vulnerabilities

Description is PENDING.

License

The Ignorable package is open-sourced software licensed under the MIT license.

Comments