dev-master
9999999-devUtility - Collection of various PHP utility functions.
MIT
The Requires
- php >=7.0.0
Wallogit.com
2017 © Pedro Peláez
Utility - Collection of various PHP utility functions.
Utility is a small collection of useful functions that are aimed to make developers' lives just a tad bit easier., (*2)
Install the latest version with:, (*3)
$ composer require esi/utility
Then, within your project (if not already included), include composer's autoload. For example:, (*4)
Utility is a set of classes that are broken down into several "components":, (*5)
UtilitiesAs an example, let's say you want to convert a string to title case. To do so:, (*6)
All methods of found within Utility's classes are static. So, for example, to retrieve the information for a particular timezone:, (*7)
-5
[country] => US
[latitude] => 40.71416
[longitude] => -74.00639
[dst] =>
)
*/
?>
Please see docs or view online., (*8)
Esi\Utility.See CONTRIBUTING., (*9)
Bugs and feature requests are tracked on GitHub., (*10)
See CODE_OF_CONDUCT.md, (*11)
See backward-compatibility.md for more information on Backwards Compatibility., (*12)
See the CHANGELOG for more information on what has changed recently., (*13)
See the LICENSE for more information on the license that applies to this project., (*14)
See SECURITY for more information on the security disclosure process., (*15)
Utility - Collection of various PHP utility functions.
MIT