diontjehh/laravel-handler

Laravel Handler

Maintainers

Package info

github.com/Diontjehh/laravel-handler

Homepage

pkg:composer/diontjehh/laravel-handler

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

v1.0 2025-12-10 20:11 UTC

This package is not auto-updated.

Last update: 2026-03-19 20:06:09 UTC


README

Installation

You can install the package via composer:

composer require diontjehh/laravel-handler

Usage

CreateUserAction::run([
    'name' => 'John Doe',
    'email' => 'john@example.com',
]);

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.