multitech-osp/laravel-aws-secrets-manager

AWS Secrets Manager for laravel

v1.2.2 2025-07-04 13:36 UTC

This package is auto-updated.

Last update: 2025-08-04 13:48:37 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