Download .zip |
Info | Documentation | View files (6) | Download .zip | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2020-05-20 (Yesterday) | Not yet rated by the users | Total: Not yet counted | Not yet ranked |
Version | License | PHP version | Categories | |||
orbisius-dot-env 1.0 | GNU Lesser Genera... | 5 | PHP 5, Language, Configuration, Parsers |
Description | Author | |
This class can parse dotenv configuration files and assign values. |
|
Orbisius Dot Env is a free php class that allows you to read .env project files. It is just one file and doesn't have any dependencies.
If the file is not passed the class will try to look for .env starting from Document Root, then checking if WordPress' const ABSPATH is defined and try one level up.
The class is very efficient and doesn't currently use regular expressions at all. When it parses the key names are automatically uppercases them. It can define the values in environment, $_ENV, $_SERVER etc. and also define php constants if they haven't been defined just yet.
This class was created by https://orbisius.com
Check the example.php file.
$dot_env = Orbisius_Dot_Env::getInstance();
$data = $dot_env->read();
$dot_env->updateEnv($data);
$dot_env->defineConsts($data);
You can comment your .env
file using the #
character. E.g.
# You can have comments
ENV=dev
db_name = orbisius_db
db_user = orbisius_user
db_pass = orbisius_pass # you can have a comment here too
# Leave some lines blank
api_url = https://my-cool-saas-app.orbisius.com
author_url = https://orbisius.com
author_product_1_url = https://qsandbox.com
author_product_2_url = https://wpsandbox.net
author_product_3_url = https://wpdemo.net
author_product_3_url = https://go359.com
We do offer paid support & customizations. Contact us at https://orbisius.com/contact for more info.
MIT
Files |
File | Role | Description |
---|---|---|
.env_example.txt | Doc. | Documentation |
example.php | Example | Example script |
LICENSE | Lic. | License text |
orbisius_dot_env.php | Class | Class source |
README.html | Doc. | Documentation |
README.md | Doc. | Documentation |
Version Control | Unique User Downloads | |||||||
100% |
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.