dniccum/secret-stash-cli

A PHP-based Composer package to interact with the SecretStash environment variable service.

Maintainers

Package info

github.com/dniccum/secret-stash-cli

pkg:composer/dniccum/secret-stash-cli

Fund package maintenance!

dniccum

Statistics

Installs: 180

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 3

v1.0.2 2026-06-16 18:55 UTC

README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

SecretStash

SecretStash CLI (PHP / Laravel)

Stop sharing .env files in Slack.

The SecretStash CLI lets you securely sync environment variables across your team, applications, and environmentsβ€”directly from your Laravel or PHP project.

Built for developers who want a simple, secure way to manage secrets without breaking their workflow.

Requirements

  • PHP 8.2 or higher
  • Laravel 11 or higher
  • A SecretStash API Key

πŸš€ Why SecretStash?

If you’ve ever:

  • Shared .env files over Slack, email, or Notion
  • Accidentally committed secrets to Git
  • Struggled keeping dev/staging/prod configs in sync
  • Spent too long onboarding teammates with environment setup

πŸ‘‰ SecretStash fixes this in minutes.

⚑ Quick Start (2 Minutes)

1. Install

composer require dniccum/secret-stash-cli

2. Authenticate

php artisan secret-stash:login

3. Pull your environment variables

php artisan secret-stash:pull

βœ… Your .env file is now synced and secure.

🌐 Use with SecretStash Cloud

The CLI is designed to work with SecretStash Cloud:

πŸ‘‰ https://secretstash.cloud

With the cloud platform, you can:

  • Manage applications and environments in one place
  • Share secrets securely across your team
  • Sync configs across multiple machines instantly
  • Avoid ever exposing sensitive values

Start free β€” no credit card required.

πŸ” Secure by Design

SecretStash uses zero-knowledge encryption:

  • Secrets are encrypted locally before being sent
  • Your encryption keys never leave your machine
  • SecretStash servers never see your raw values

Only you and your team can decrypt your secrets.

βš™οΈ How It Works

  1. Store your environment variables in SecretStash Cloud
  2. Encrypt values locally before transmission
  3. Use the CLI to sync .env files across environments

This ensures a secure, consistent workflow from local development to production.

πŸ’‘ Common Use Cases

πŸ‘₯ Team Collaboration

Keep your entire team in sync without sharing sensitive files manually.

🌍 Environment Management

Manage separate configs for local, staging, and production.

πŸš€ Laravel Development

Plug directly into your Laravel workflow via Artisan commands.

πŸ” CI/CD Pipelines

Securely pull environment variables during deployment.

πŸ“¦ Available Commands

php artisan secret-stash:login   # Authenticate with SecretStash
php artisan secret-stash:pull    # Pull environment variables
php artisan secret-stash:push    # Push local changes

πŸ§ͺ Import Existing Projects

Already have a .env file?

You can import your existing variables into SecretStash and start syncing immediately.

πŸ†š Why Not Just Use .env Files?

.env files alone:

  • ❌ Hard to share securely
  • ❌ Easy to leak
  • ❌ Not synced across teams
  • ❌ No access control

SecretStash:

  • βœ… Secure sharing
  • βœ… Encrypted end-to-end
  • βœ… Built for teams
  • βœ… CLI-native workflow

πŸ“š Documentation

Full documentation available at:

πŸ‘‰ https://docs.secretstash.cloud

❀️ Ready to stop leaking secrets?

Start using SecretStash today:

πŸ‘‰ https://secretstash.cloud

Testing

composer test

or:

./vendor/bin/pest

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.