dniccum/secret-stash-cli
Composer 安装命令:
composer require dniccum/secret-stash-cli
包简介
A PHP-based Composer package to interact with the SecretStash environment variable service.
关键字:
README 文档
README
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
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:
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
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:
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.
统计信息
- 总下载量: 162
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 18
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-03-06
