enums
Table of Contents
Namespaces
- http
- jwt
- mail
- oauth2
Classes
- ArithmeticOperator
- Enumeration of common arithmetic operator symbols as string constants.
- Boolean
- A simple enumeration of string representations for boolean values: `"true"` and `"false"`.
- Char
- A comprehensive enumeration of commonly used single-character strings,
including punctuation marks, mathematical symbols, whitespace characters,
typographic signs, and Unicode superscript/subscript digits.
- CharacterSet
- Enumeration of official character set codes as assigned by IANA and
used in Internet standards and documentation.
- FilterOption
- Defines constants representing valid option keys for PHP's filter functions
(e.g. {@see filter_var()}, {@see filter_input()}).
- HashAlgorithm
- Enumeration of hash algorithm identifiers recognised by PHP's `hash()`,
`hash_hmac()`, `hash_pbkdf2()` and `hash_hkdf()` families of functions.
- IniOptions
- Class IniOptions
- JsonParam
- Enumeration of common parameter names used in JSON encoding and decoding operations.
- Order
- Enumeration of sorting direction values, often used in SQL, data queries, or collection sorting.
- Output
- Output response constants enumeration.
- Pagination
- Pagination constants enumeration.
- Param
- Centralized enumeration of parameter keys used across various parts of the application.
- PostalCodePattern
- Enumeration of postal code regular expressions by country.
- ServerParam
- Enumeration of standard PHP $_SERVER keys.
- Status
- Enumeration helper for resource statuses.