https://github.com/jmsfwk/aws-secrets-manager
Caching for AWS Secrets Manager
https://github.com/jmsfwk/aws-secrets-manager
aws aws-secrets-manager
Last synced: 6 months ago
JSON representation
Caching for AWS Secrets Manager
- Host: GitHub
- URL: https://github.com/jmsfwk/aws-secrets-manager
- Owner: jmsfwk
- License: mit
- Created: 2021-07-31T16:07:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-08T09:28:40.000Z (almost 5 years ago)
- Last Synced: 2025-07-17T11:12:58.120Z (12 months ago)
- Topics: aws, aws-secrets-manager
- Language: PHP
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AWS Secrets Manager
The PHP AWS SDK doesn't provide a caching system for Secret Manager calls. This package provides a very simple class that will use a
PSR-16 Simple Cache to cache string secrets.
## Setup
Install with Composer
```shell
$ composer require jmsfwk/aws-secrets-manager
```
Then create a `SecretsManager` instance.
```php