Download the PHP package esi/utility without Composer
On this page you can find all versions of the php package esi/utility. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package utility
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.
Installation
Composer
Install the latest version with:
Then, within your project (if not already included), include composer's autoload. For example:
Basic Usage
Utility is a set of classes that are broken down into several "components":
Utilities
- Arrays
- Conversion
- Dates
- Environment
- Filesystem
- Image
- Numbers
- Strings
As an example, let's say you want to convert a string to title case. To do so:
All methods of found within Utility's classes are static. So, for example, to retrieve the information for a particular timezone:
Documentation
Please see online.
About
Requirements
- Utility works with PHP 8.2.0 or above.
Credits
- Eric Sizemore
- All Contributors
- Special thanks to JetBrains for their Licenses for Open Source Development.
- Special thanks to Brandon Wamboldt and their utilphp library for the inspiration for
Esi\Utility
.
Contributing
See CONTRIBUTING.
Bugs and feature requests are tracked on GitHub.
Contributor Covenant Code of Conduct
See CODE_OF_CONDUCT.md
Backward Compatibility Promise
See backward-compatibility.md for more information on Backwards Compatibility.
Changelog
See the CHANGELOG for more information on what has changed recently.
License
See the LICENSE for more information on the license that applies to this project.
Security
See SECURITY for more information on the security disclosure process.
All versions of utility with dependencies
ext-filter Version *
ext-json Version *
ext-mbstring Version *
esi/clock Version ^1.1
ralouphie/getallheaders Version ^3.0
voku/portable-ascii Version ^2.0