PHPackages                             stonewaves/credstash - 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. stonewaves/credstash

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

stonewaves/credstash
====================

Forked from https://github.com/gmo/credstash-php. A utility for managing secrets in the cloud using AWS KMS and DynamoDB

1.0.4(6y ago)06.3kMITPHPPHP ^5.5.9 || ^7.0

Since Apr 18Pushed 6y ago1 watchersCompare

[ Source](https://github.com/StoneWaves/credstash-php)[ Packagist](https://packagist.org/packages/stonewaves/credstash)[ RSS](/packages/stonewaves-credstash/feed)WikiDiscussions master Synced today

READMEChangelog (4)Dependencies (5)Versions (5)Used By (0)

CredStash for PHP
=================

[](#credstash-for-php)

This is a PHP port of original [CredStash](https://github.com/fugue/credstash) (written in python). Encryption and DynamoDB storage are compatible with python version so both can work side by side. There is an optional CLI tool as well, details below.

More information about what CredStash is, how it works, and how to set it up can be read in their [README](https://github.com/fugue/credstash).

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

[](#installation)

```
$ composer require stonewaves/credstash
```

PHP Usage
---------

[](#php-usage)

#### Create CredStash instance

[](#create-credstash-instance)

The easiest way to create CredStash is with the AWS SDK object:

```
