Download the PHP package dniccum/secret-stash-cli without Composer
On this page you can find all versions of the php package dniccum/secret-stash-cli. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dniccum/secret-stash-cli
More information about dniccum/secret-stash-cli
Files in dniccum/secret-stash-cli
Package secret-stash-cli
Short Description A PHP-based Composer package to interact with the SecretStash environment variable service.
License MIT
Homepage https://github.com/dniccum/secret-stash-cli
Informations about the package secret-stash-cli
SecretStash CLI (PHP / Laravel)
Stop sharing
.envfiles 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
.envfiles 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
2. Authenticate
3. Pull your environment variables
β
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
- Store your environment variables in SecretStash Cloud
- Encrypt values locally before transmission
- Use the CLI to sync
.envfiles 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
π§ͺ 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
or:
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
- Doug Niccum
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of secret-stash-cli with dependencies
endroid/qr-code Version ^5.0.9
guzzlehttp/guzzle Version ^7.10
illuminate/collections Version ^11.0|^12.0|^13.0
illuminate/console Version ^11.0|^12.0|^13.0
illuminate/contracts Version ^11.0|^12.0|^13.0
illuminate/http Version ^11.0|^12.0|^13.0
illuminate/support Version ^11.0|^12.0|^13.0
laravel/prompts Version ^0.3.0
nesbot/carbon Version ^3.11
spatie/laravel-package-tools Version ^1.16