php-standard-library/foundation dependents (43) Order by: name | downloads Show: all | require | require-dev
-
PHP
php-standard-library/ansi
Pure functions for constructing ANSI escape sequences - text styling, colors, cursor movement, and screen manipulation
-
-
PHP
php-standard-library/binary
Typed functions for encoding and decoding binary data, replacing pack()/unpack() with a clear, type-safe API
-
PHP
php-standard-library/channel
Message-passing channels for async communication, inspired by Go and Rust
-
PHP
php-standard-library/cidr
Utilities for working with CIDR (Classless Inter-Domain Routing) notation for IPv4 and IPv6
-
PHP
php-standard-library/collection
Generic, object-oriented Vector, Map, and Set collections with immutable and mutable variants
-
PHP
php-standard-library/comparison
Interfaces and functions for type-safe, consistent value comparison
-
PHP
php-standard-library/crypto
Comprehensive cryptography toolkit built on libsodium - symmetric, asymmetric, AEAD, signing, key exchange, and KDF
-
PHP
php-standard-library/data-structure
Classic data structures: Queue (FIFO), Stack (LIFO), and PriorityQueue
-
PHP
php-standard-library/date-time
Immutable, timezone-aware date and time types with Duration, Period, and Interval
-
PHP
php-standard-library/dict
Functions for creating and transforming associative arrays with preserved keys
-
PHP
php-standard-library/either
General-purpose disjoint union type (Left/Right) for values with two possible types
-
PHP
php-standard-library/encoding
Binary-to-text encoding: Base64, Hex, and QuotedPrintable with streaming support
-
PHP
php-standard-library/env
Functions for inspecting and modifying environment variables, working directory, and paths
-
PHP
php-standard-library/file
Typed file handles for reading and writing with write modes and advisory locking