File: README.md

package info (click to toggle)
php-async-aws-sqs 2.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 664 kB
  • sloc: php: 4,040; makefile: 31
file content (20 lines) | stat: -rw-r--r-- 449 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# AsyncAws SQS Client

![](https://github.com/async-aws/sqs/workflows/Tests/badge.svg?branch=master)
![](https://github.com/async-aws/sqs/workflows/BC%20Check/badge.svg?branch=master)

An API client for SQS.

## Install

```cli
composer require async-aws/sqs
```

## Documentation

See https://async-aws.com/clients/sqs.html for documentation.

## Contribute

Contributions are welcome and appreciated. Please read https://async-aws.com/contribute/