Skip to content

Commit 7821be0

Browse files
committed
Prerequisites and installation in the guide
1 parent aee4f72 commit 7821be0

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

docs/guide/en/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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)

0 commit comments

Comments
 (0)