PHPackages                             minhajul/aws-secret-manager - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. minhajul/aws-secret-manager

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

minhajul/aws-secret-manager
===========================

Laravel implementation of AWS Secret Manager

1.0.0(2y ago)1743MITPHPPHP ^8.1

Since Aug 12Pushed 2y ago1 watchersCompare

[ Source](https://github.com/minhajul/aws-secret-manager)[ Packagist](https://packagist.org/packages/minhajul/aws-secret-manager)[ Docs](https://github.com/minhajul/aws-secret-manager)[ RSS](/packages/minhajul-aws-secret-manager/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

AWS Secret Manager for Laravel
==============================

[](#aws-secret-manager-for-laravel)

Easy implementation of AWS secret manager just to get the key value pair of specific secret id.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require minhajul/aws-secret-manager
```

You can publish the config file with:

```
php artisan vendor:publish --tag="aws-secret-manager-config"
```

This is the contents of the published config file:

```
return [
    'aws_secret_key_id' => env('AWS_ACCESS_KEY_ID'),
    'aws_secret_access_key' => env('AWS_SECRET_ACCESS_KEY'),
    'aww_default_region' => env('AWS_DEFAULT_REGION')
];
```

Usage
-----

[](#usage)

```
use Minhajul\AwsSecretManager\AwsSecretManager;

$awsSecretManager = new AwsSecretManager();
dd($awsSecretManager->getSecretKey('local_encryption_key'));
```

Testing
-------

[](#testing)

```
composer test
```

Credits
-------

[](#credits)

- [Md Minhajul Islam](https://github.com/minhajul)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 86.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1056d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2203c8443a522c0f3e14d4792ce6cb5e960cfcff773c1c5832295c1bb039e27f?d=identicon)[minhajul](/maintainers/minhajul)

---

Top Contributors

[![minhajul](https://avatars.githubusercontent.com/u/7339398?v=4)](https://github.com/minhajul "minhajul (13 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

---

Tags

awslaravelphpsecrets-managerlaravelminhajulaws-secret-manager

### Embed Badge

![Health badge](/badges/minhajul-aws-secret-manager/health.svg)

```
[![Health](https://phpackages.com/badges/minhajul-aws-secret-manager/health.svg)](https://phpackages.com/packages/minhajul-aws-secret-manager)
```

###  Alternatives

[ellaisys/aws-cognito

Laravel Authentication using AWS Cognito (Web and API)

123256.9k1](/packages/ellaisys-aws-cognito)[napp/xray-laravel

AWS X-Ray for Laravel applications.

62436.7k](/packages/napp-xray-laravel)[altis/core

Core module for Altis

19228.0k3](/packages/altis-core)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
