PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of EnvKey   EnvKey PHP   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: EnvKey PHP
Load environment variables from the EnvKey service
Author: By
Last change: Fix to clean out unneeded envkey-source binaries from /ext that were mistakenly included in build. Remove ?> closing tags from pure PHP files
Date: 11 months ago
Size: 744 bytes
 

Contents

Class file image Download
{ "name": "envkey/envkey-php", "version": "2.4.2", "description": "Keeps environment variables automatically in sync. Protects secrets with end-to-end encryption.", "keywords": [ "env", "dotenv", "environment variables", "secrets", "secrets management", "configuration", "configuration management", "security", "encryption", "end-to-end encryption" ], "license": "MIT", "authors": [ { "name": "EnvKey", "email": "support@envkey.com", "homepage": "https://envkey.com" } ], "require-dev": { "phpunit/phpunit": "^10.1" }, "autoload": { "files": [ "src/auto.php" ] }, "autoload-dev": { "psr-4": { "Envkey\\": "src/" } } }