Utils
Table of Contents
Interfaces
Classes
- ArrayHash
- Provides objects to work as array.
- ArrayList
- Provides the base class for a generic list (items can be accessed by index).
- Arrays
- Array tools library.
- Callback
- PHP callable tools.
- DateTime
- DateTime.
- ImageException
- An error occurred while working with the image.
- UnknownImageFileException
- The image file is invalid or in an unsupported format.
- JsonException
- JSON encoding or decoding failed.
- RegexpException
- Regular expression pattern or execution failed.
- AssertionException
- Type validation failed. The value doesn't match the expected type constraints.
- FileSystem
- File system tool.
- Finder
- Finder allows searching through directory trees using iterator.
- Floats
- Floating-point numbers comparison.
- Helpers
- Html
- HTML helper.
- Image
- Basic manipulation with images. Supported types are JPEG, PNG, GIF, WEBP, AVIF and BMP.
- ImageColor
- Represent RGB color (0..255) with opacity (0..1).
- ImageType
- Type of image file.
- Iterables
- Utilities for iterables.
- Json
- JSON encoder and decoder.
- Paginator
- Paginating math.
- Random
- Secure random string generator.
- Reflection
- PHP reflection helpers.
- Strings
- String tools library.
- Type
- PHP type reflection.
- Validators
- Validation utilities.