php-standard-library/comparison dependents (6) Order by: name | downloads Show: all | require | require-dev
-
PHP
php-standard-library/date-time
Immutable, timezone-aware date and time types with Duration, Period, and Interval
-
PHP
php-standard-library/either
General-purpose disjoint union type (Left/Right) for values with two possible types
-
PHP
php-standard-library/either-or-both
Three-variant disjoint union type (Left/Right/Both) for values that may be present on either or both of two sides
-
PHP
php-standard-library/ip
Immutable, binary-backed value object for IPv4 and IPv6 addresses with parsing, classification, and comparison
-
PHP
php-standard-library/iter
Utility functions for inspecting and reducing iterables - arrays, generators, and iterators
-
PHP
php-standard-library/option
Option type (Some/None) replacing nullable types with explicit presence semantics