PHPackages                             stechstudio/keep - 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. [CLI &amp; Console](/categories/cli)
4. /
5. stechstudio/keep

ActiveLibrary[CLI &amp; Console](/categories/cli)

stechstudio/keep
================

Toolkit for collaborative, secure management of secrets across applications, environments, and teams.

0.6(8mo ago)022MITPHPPHP ^8.3CI passing

Since Aug 19Pushed 1mo agoCompare

[ Source](https://github.com/stechstudio/keep)[ Packagist](https://packagist.org/packages/stechstudio/keep)[ RSS](/packages/stechstudio-keep/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (16)Versions (16)Used By (0)

Keep
====

[](#keep)

[![Latest Version on Packagist](https://camo.githubusercontent.com/98eb177881921f01e99f1855718014ce09ac653687b91501bd003900a3a6c26b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f737465636873747564696f2f6b6565702e7376673f7374796c653d666c61742d73717561726526696e636c7564655f70726572656c6561736573)](https://packagist.org/packages/stechstudio/keep)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Tests](https://camo.githubusercontent.com/312169cd8d497fec3e4a1c979bf7754572a23a58a92d7f4ccc7b4fe2e517fcf9/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f737465636873747564696f2f6b6565702f74657374732e796d6c3f6272616e63683d6d61696e267374796c653d666c61742d737175617265)](https://github.com/stechstudio/keep/actions/workflows/tests.yml)

**Keep** is your toolkit for secure, collaborative management of application secrets across environments and teams.

Key Features
------------

[](#key-features)

- **🔐 Multi-Vault Support** - AWS SSM Parameter Store and AWS Secrets Manager
- **🖥️ Web UI** - Local browser-based interface for visual secret management
- **🚀 Interactive Shell** - Context-aware shell with tab completion for rapid secret management
- **🌍 Environment Isolation** - Separate secrets by environment (local, staging, production)
- **📝 Template Management** - Create, validate, and process templates with placeholders
- **🔄 Bulk Operations** - Import, export, copy, and diff secrets across environments
- **🤝 Team Collaboration** - Share secret management with proper access controls
- **⚙️ CI/CD Ready** - Export secrets for deployment pipelines
- **🚀 Runtime Injection** - Execute processes with injected secrets (no disk writes)

Quick Example
-------------

[](#quick-example)

```
# Install
composer require stechstudio/keep

# Initialize
./vendor/bin/keep init

# Interactive shell - the fastest way to work
./vendor/bin/keep shell

# Set a secret
./vendor/bin/keep set DB_PASSWORD "secret" --env=production

# Export to .env
./vendor/bin/keep export --env=production --file=.env

# Create template from existing secrets
./vendor/bin/keep template:add --env=production

# Use template with placeholders to generate .env file
./vendor/bin/keep export --env=production --template=env/production.env --file=.env

# Runtime injection - execute with secrets, no .env file created
./vendor/bin/keep run --vault=ssm --env=production -- npm start
```

Interactive Shell
-----------------

[](#interactive-shell)

The Keep shell provides a context-aware environment for managing secrets:

```
$ ./vendor/bin/keep shell
Welcome to Keep Shell v1.0.0

ssm:local> use production
Switched to: ssm:production

ssm:production> set API_KEY
Value: ********

ssm:production> copy API_KEY staging
✓ Copied API_KEY to staging

ssm:production> diff staging production
│ Key     │ staging │ production │ Status │
├─────────┼─────────┼────────────┼────────┤
│ API_KEY │ abc...  │ abc...     │ ✓      │
```

Web UI
------

[](#web-ui)

Keep includes a modern web interface for visual secret management:

```
# Start the web server
./vendor/bin/keep server

# Custom port (default: 4000)
./vendor/bin/keep server --port=8080

# Don't auto-open browser
./vendor/bin/keep server --no-browser
```

The Web UI provides:

- **Visual secret management** with search and filtering
- **Diff matrix view** comparing secrets across environments/vaults
- **Export functionality** with live preview
- **Import wizard** for .env files with conflict resolution
- **Settings management** for vaults and environments
- **Real-time validation** and error handling

Documentation
-------------

[](#documentation)

📚 **Full documentation available at **

- [Installation &amp; Configuration](https://stechstudio.github.io/keep/guide/installation)
- [Interactive Shell Guide](https://stechstudio.github.io/keep/guide/shell)
- [Deployment &amp; Runtime](https://stechstudio.github.io/keep/guide/deployment/)
- [AWS Authentication](https://stechstudio.github.io/keep/guide/aws-authentication)
- [CLI Reference](https://stechstudio.github.io/keep/guide/cli/reference)

License
-------

[](#license)

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

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance76

Regular maintenance activity

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 99.5% 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

Every ~16 days

Recently: every ~48 days

Total

14

Last Release

57d ago

Major Versions

0.6 → v1.0.0-beta2025-09-01

### Community

Maintainers

![](https://www.gravatar.com/avatar/315be5f111b5501a41b99a0205c9c85915335391168a0ed10316546a1a38bbd8?d=identicon)[jszobody](/maintainers/jszobody)

---

Top Contributors

[![jszobody](https://avatars.githubusercontent.com/u/203749?v=4)](https://github.com/jszobody "jszobody (397 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (2 commits)")

---

Tags

aws-secrets-manageraws-ssmlaravelsecretssecrets-managementclilaravelenvironmentdevopssecretssecrets-manageraws-ssmsecret-management

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/stechstudio-keep/health.svg)

```
[![Health](https://phpackages.com/badges/stechstudio-keep/health.svg)](https://phpackages.com/packages/stechstudio-keep)
```

###  Alternatives

[laravel-zero/framework

The Laravel Zero Framework.

3371.4M369](/packages/laravel-zero-framework)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[tightenco/jigsaw

Simple static sites with Laravel's Blade.

2.2k438.5k29](/packages/tightenco-jigsaw)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[nunomaduro/laravel-console-menu

Laravel Console Menu is an output method for your Laravel/Laravel Zero commands.

815412.0k48](/packages/nunomaduro-laravel-console-menu)

PHPackages © 2026

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