multitech-osp/laravel-aws-secrets-manager

AWS Secrets Manager for laravel

v1.2.1 2024-08-16 17:25 UTC

This package is auto-updated.

Last update: 2025-04-16 21:58:02 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