PHP Classes

File: vendor/env/dotenv/composer.json

Recommend this page to a friend!
  Classes of Till Wehowski   PHP RDAP Server   vendor/env/dotenv/composer.json   Download  
File: vendor/env/dotenv/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP RDAP Server
Process RDAP queries about an IP address or domain
Author: By
Last change:
Date: 12 days ago
Size: 356 bytes
 

Contents

Class file image Download
{ "name": "env/dotenv", "type": "library", "description": "A simple, tiny and lightweight PHP .env loader", "keywords": ["environment", "env", "dotenv"], "license": "MIT", "minimum-stability": "stable", "require": { "php": "^8" }, "autoload" : { "psr-4": { "Env\\": "./src" } } }