barnebys / now-env
Use 'now.json' environment variables while developing
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/barnebys/now-env
Requires (Dev)
- phpunit/phpunit: ^5.7
This package is auto-updated.
Last update: 2025-09-27 13:07:53 UTC
README
Use now.json
environment variables while developing your PHP applications to be deployed on Now.
Installation
All you need to do is to install the package as a dev dependency. We will autoload and parse the configuration files.
composer require barnebys/now-env --dev
How to use secrets
See Zeit's documentation on the node version of now-env
.