Download the PHP package stellarwp/shepherd without Composer
On this page you can find all versions of the php package stellarwp/shepherd. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download stellarwp/shepherd
More information about stellarwp/shepherd
Files in stellarwp/shepherd
Package shepherd
Short Description A library for offloading tasks to background processes.
License GPL-2.0-or-later
Informations about the package shepherd
Shepherd
Shepherd is a lightweight and powerful background processing library for WordPress, built on top of Action Scheduler. It provides a simple, fluent API for defining and dispatching asynchronous tasks, with built-in support for retries, debouncing, and logging.
Features
- Simple, Fluent API: A straightforward way to define and dispatch background tasks.
- Action Scheduler Integration: Leverages the reliability of Action Scheduler for task processing.
- Automatic Retries: Configurable automatic retries for failed tasks.
- Debouncing: Prevent tasks from running too frequently.
- Logging: Built-in database logging for task lifecycle events.
- Included Tasks: Comes with ready-to-use tasks including
Email(with multi-recipient support),HTTP_Request, andHerdingtasks.
Getting Started
For a guide on how to install Shepherd and get started with creating and dispatching your first task, please see our Getting Started guide.
Advanced Usage
For more detailed information on advanced features like task retries, debouncing, unique tasks, and logging, please refer to our Advanced Usage guide.
Built-in Tasks
Shepherd comes with a set of pre-packaged tasks to handle common background operations. For more information, please see our Tasks guide.
Contributing
We welcome contributions! Please see our contributing guidelines for more information.
All versions of shepherd with dependencies
stellarwp/db Version ^1.1
stellarwp/schema Version ^3.2
woocommerce/action-scheduler Version 3.9.3
psr/log Version ^1.1