File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ An extension for running tasks asynchronously via queues.
44
55## Getting started
66
7+ - [ Prerequisites and installation] ( prerequisites-and-installation.md )
78- [ Configuration with yiisoft/config] ( configuration-with-config.md )
89- [ Manual configuration] ( configuration-manual.md )
910
Original file line number Diff line number Diff line change 1+ # Prerequisites and installation
2+
3+ ## Requirements
4+
5+ - PHP 8.1 or higher.
6+ - PCNTL extension for signal handling (optional, recommended for production use).
7+
8+ ## Installation
9+
10+ Install the package with [ Composer] ( https://getcomposer.org ) :
11+
12+ ``` shell
13+ composer require yiisoft/queue
14+ ```
15+
16+ ## Next steps
17+
18+ - [ Configuration with yiisoft/config] ( configuration-with-config.md )
19+ - [ Manual configuration] ( configuration-manual.md )
20+ - [ Adapter list] ( adapter-list.md )
You can’t perform that action at this time.
0 commit comments