php-task is a task-library for synchronous and asynchronous tasks.
- Scheduling frequent tasks
- Custom handler to run tasks
- Extensibility with events
- Use your own storage to save the events
- Framework independent (uses a few symfony-components)
- Monitoring tasks (to be implemented)
- Statistics of tasks (to be implemented)
and many features more.
composer require php-task/php-task
See the official documentation on http://php-task.readthedocs.io/en/latest/.
Pull requests are welcome. Please see our CONTRIBUTING guide.