Skip to content

dlenhart/easyenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EASYENV

An exercise in building a PHP composer package from the ground up. This library will load ENV variables from a file.

Running without composer

  • Download package.
  • See example.php for sample usage.
  • In root, run php -S localhost:8000
  • Navigate to http://localhost:8000/example.php

Running tests

./vendor/bin/phpunit --verbose tests

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages