File: README.md

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

![CI](https://github.com/async-aws/sqs/actions/workflows/ci.yml/badge.svg?branch=master)
![BC Check](https://github.com/async-aws/sqs/actions/workflows/checks.yml/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/