mirror of
https://github.com/ziadoz/awesome-php.git
synced 2024-11-21 16:46:22 +00:00
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.
This commit is contained in:
parent
9f020a1ee6
commit
89c0342ffa
@ -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.
|
* [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.
|
* [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).
|
* [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
|
## Numbers
|
||||||
*Libraries for working with numbers.*
|
*Libraries for working with numbers.*
|
||||||
|
Loading…
Reference in New Issue
Block a user