File: README.md

package info (click to toggle)
php-async-aws-core 1.28.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 892 kB
  • sloc: php: 6,980; makefile: 39
file content (21 lines) | stat: -rw-r--r-- 556 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# AsyncAws Core

![CI](https://github.com/async-aws/core/actions/workflows/ci.yml/badge.svg?branch=master)
![BC Check](https://github.com/async-aws/core/actions/workflows/checks.yml/badge.svg?branch=master)

The repository contains shared classes between all AWS services. It also contains
the STS client to handle authentication.

## Install

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

## Documentation

See https://async-aws.com for documentation.

## Contribute

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