php-standard-library/foundation dependents (72) Order by: downloads | none Show: all | require | require-dev
-
PHP
php-standard-library/collection
Generic, object-oriented Vector, Map, and Set collections with immutable and mutable variants
-
PHP
php-standard-library/type
Runtime type validation implementing Parse, Don't Validate - coerce and assert unstructured input into well-typed data
-
PHP
php-standard-library/vec
Functions for creating and transforming sequential, 0-indexed arrays (lists)
-
PHP
php-standard-library/result
Result type capturing success or failure as a value for controlled error handling
-
PHP
php-standard-library/dict
Functions for creating and transforming associative arrays with preserved keys
-
PHP
php-standard-library/date-time
Immutable, timezone-aware date and time types with Duration, Period, and Interval
-
-
PHP
php-standard-library/channel
Message-passing channels for async communication, inspired by Go and Rust
-
-
PHP
php-standard-library/file
Typed file handles for reading and writing with write modes and advisory locking
-
PHP
php-standard-library/str
Unicode-aware string functions replacing PHP mb_* and standard string functions
-
-
PHP
php-standard-library/regex
Type-safe regular expressions with typed capture groups and proper error handling
-
PHP
php-standard-library/json
JSON encoding and decoding with typed exceptions and sensible defaults
-
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