pa3datka/phpenv

There is no license information available for the latest version (dev-master) of this package.

Reading enviroment varibles .env

Installs: 83

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/pa3datka/phpenv

dev-master 2022-05-25 17:25 UTC

This package is auto-updated.

Last update: 2025-12-26 01:39:28 UTC


README

A simple library for reading the .env file.

Installation

composer require pa3datka/phpenv

Usage

Create a file .env in the root of the project. Use:Env::env(string $value, string $default): string