From 89c0342ffafa43429d8dcc5d59b2a1d6fde24bcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Paulo=20Cercal?= Date: Mon, 23 Nov 2015 15:39:22 -0200 Subject: [PATCH] Added a Environment library Added a Environment library that can be used to get (simple and complex) values and convert it to php data types using the environment variables. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5af201f..664e098 100644 --- a/README.md +++ b/README.md @@ -568,6 +568,7 @@ Libraries to help manage database schemas and migrations. * [UA Parser](https://github.com/tobie/ua-parser/tree/master/php) - A library for parsing user agent strings. * [Device Detector](https://github.com/piwik/device-detector) - Another library for parsing user agent strings. * [Mobile-Detect](https://github.com/serbanghita/Mobile-Detect) - A lightweight PHP class for detecting mobile devices (including tablets). +* [Environment](https://github.com/jpcercal/environment) - A simple library to increase the power of your environment variables. ## Numbers *Libraries for working with numbers.*