laravel-scheduling
by nickjbedford
The Laravel Scheduling framework provides an easier way to implement Schedule-based tasks that are isolated into a class.
laravel-endpoints
by nickjbedford
The Laravel Endpoints framework provides an easy way to implement API endpoints in separate Responsable-style classes.
json-response-laravel
by nickjbedford
Defines a uniform JSON response structure for Laravel 6+ applications.
laravel-transactions
by nickjbedford
Provides a simple class structure for building complicated transactions in Laravel project that handle failure.