ghostable-dev / cli
[DEPRECATED] Legacy PHP CLI for Ghostable (v1.x). Use the new TypeScript CLI via npm: @ghostable/cli
Installs: 1 820
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
pkg:composer/ghostable-dev/cli
Requires
- php: ^8.2
- guzzlehttp/guzzle: ^7.0
- illuminate/container: ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0
- illuminate/filesystem: ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0
- illuminate/support: ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0
- laravel/prompts: ^0.3
- symfony/console: ^6.0|^7.0
- symfony/process: ^6.0|^7.0
- symfony/yaml: ^6.0|^7.0
- vlucas/phpdotenv: ^5.0|^6.0
Requires (Dev)
- larastan/larastan: ^3.4
- laravel/pint: ^1.22
- orchestra/testbench: ^10.4
This package is auto-updated.
Last update: 2025-10-24 13:38:09 UTC
README
⚠️ Ghostable CLI (PHP) is deprecated
This was the original PHP-based CLI for Ghostable (v1.x).
It is no longer maintained or supported.Please install the new TypeScript CLI instead:
npm install -g @ghostable/cliView the new repository → ghostable-dev/cli
Ghostable CLI
Ghostable is a secure, Laravel-friendly platform for managing and sharing environment variables across projects and CI pipelines. This repository contains the CLI client used to interact with that platform.
Ghostable stores and organizes your .env variables, validates them, and integrates seamlessly into your development workflow—locally or in CI.
Read the official documentation or try it out at Ghostable.dev.
See SECURITY.md for our security policy.