pa3datka/phpenv

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

Reading enviroment varibles .env

Maintainers

Package info

github.com/pa3datka/phpEnv

pkg:composer/pa3datka/phpenv

Statistics

Installs: 183

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-26 02:07:47 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