Download the PHP package stylers/laravel-task-manager without Composer
On this page you can find all versions of the php package stylers/laravel-task-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download stylers/laravel-task-manager
More information about stylers/laravel-task-manager
Files in stylers/laravel-task-manager
Download stylers/laravel-task-manager
More information about stylers/laravel-task-manager
Files in stylers/laravel-task-manager
Vendor stylers
Package laravel-task-manager
Short Description This package is a workaround for run tasks without artisan because proc_open & proc_close PHP modules disabled some server such as shared hosts.
License MIT
Homepage https://github.com/stylers-llc/laravel-task-manager
Package laravel-task-manager
Short Description This package is a workaround for run tasks without artisan because proc_open & proc_close PHP modules disabled some server such as shared hosts.
License MIT
Homepage https://github.com/stylers-llc/laravel-task-manager
Please rate this library. Is it a good library?
Informations about the package laravel-task-manager
Laravel Task Manager
Laravel version compatibility
Laravel version | Package version |
---|---|
5.7 | 1.0 |
6.0 | 2.0 |
7.0 | 3.0 |
8.0 | 4.0 |
9.0 | 5.0 |
10.0 | 6.0 |
Requirements
- PHP >= 8.0
- Laravel >= 9.x
Installation
How to Test
Usage
TaskTimer trait is using Laravel's Schedule Frequency Options
-
Add Interface and Trait to class implementation and add handle method for a command entrypoint
-
Add CommandTask to TaskManager
-
In example called in web.php
(please feel free to add security checks for endpoint) - Set cron to call this endpoint
Special thanks to:
- WebInvention (for this blog post)
All versions of laravel-task-manager with dependencies
PHP Build Version
Package Version
The package stylers/laravel-task-manager contains the following files
Loading the files please wait ....