PHP Dotenv Loader - 7 examples found. These are the top rated real world PHP examples of Dotenv\Loader extracted from open source projects. You can rate examples to help us improve the quality of examples.
Loads Variables by reading a file from disk and:
- stripping comments beginning with a #
- parsing lines that look shell variable setters, e.g export key = value, key="value"