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

ActiveLibrary

gmo/credstash
=============

A utility for managing secrets in the cloud using AWS KMS and DynamoDB

v1.0.0(10y ago)20159.3k—2.9%4[1 issues](https://github.com/gmo/credstash-php/issues)MITPHPPHP ^5.5.9 || ^7.0

Since Apr 18Pushed 6y ago3 watchersCompare

[ Source](https://github.com/gmo/credstash-php)[ Packagist](https://packagist.org/packages/gmo/credstash)[ RSS](/packages/gmo-credstash/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (5)Versions (2)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 gmo/credstash
```

PHP Usage
---------

[](#php-usage)

#### Create CredStash instance

[](#create-credstash-instance)

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

```
