Search by

hisoka / env

alexis90210

working with .env file

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

This package is auto-updated.

Last update: 2026-09-14 17:51:22 UTC


README

working with .env file ( php )

installation

require 'vendor/autoload.php';

use \Hisoka\Env\Data;

echo json_encode( Data::getEnv());