pa3datka/phpenv

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

Reading enviroment varibles .env

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

This package is auto-updated.

Last update: 2025-07-26 00:50:54 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