hisoka/env

working with .env file

Maintainers

Package info

github.com/alexis90210/.env

pkg:composer/hisoka/env

Statistics

Installs: 13

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 0

v1.0.0 2023-01-08 15:52 UTC

This package is auto-updated.

Last update: 2026-04-14 16:56:57 UTC


README

working with .env file ( php )

installation

require 'vendor/autoload.php';

use \Hisoka\Env\Data;

echo json_encode( Data::getEnv());