multitech-osp/laravel-aws-secrets-manager

AWS Secrets Manager for laravel

1.2.0 2023-10-16 19:08 UTC

This package is auto-updated.

Last update: 2024-06-16 20:32:53 UTC


README

Manage environment secrets using AWS Secrets Manager.

Installation

You can install the package via composer:

composer require multitech-osp/laravel-aws-secrets-manager

Publish Config:

php artisan vendor:publish --provider="MultitechOsp\LaravelAwsSecretsManager\LaravelAwsSecretsManagerServiceProvider"

After publish aws-secrets-manager in config path, just change the config for your app.

Docs

AWS Api for secret manager -> https://docs.aws.amazon.com/aws-sdk-php/v3/api/api-secretsmanager-2017-10-17.html

Todo

  • [ ] Make all tests