A view-less Laravel engine for reading and safely editing
.envfiles — one transactional, atomic, guarded, audited commit path behind a programmatic API, a CLI, and an interactive TUI.
PHP ^8.4.1 on Laravel ^13. It is the engine of the EnvKit family; the env-kit-webui companion drives it for the web.
composer require laranail/env-kituse Simtabi\Laranail\EnvKit\Headless\Facades\EnvKit;
EnvKit::set('MAIL_HOST', 'smtp.acme.test'); // atomic · backed-up · audited
$debug = EnvKit::getBool('APP_DEBUG', false); // typed readFull documentation is at opensource.simtabi.com/documentation/laranail/env-kit — format-preserving atomic writes, secret redaction + encryption-at-rest, schema validation, the guard/protection policy, the CLI, the interactive TUI, and configuration.
Issues and PRs are welcome — see CONTRIBUTING.md. Report vulnerabilities per SECURITY.md (opensource@simtabi.com); participation follows the Code of Conduct.
MIT © Simtabi LLC. See LICENSE.