php-standard-library/default dependents (17) Order by: name | downloads Show: all | require | require-dev
-
-
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/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/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/encoding
Binary-to-text encoding: Base64, Hex, and QuotedPrintable with streaming support
-
-
-
-
PHP
php-standard-library/random-sequence
Object-oriented random number sequences with injectable, seedable implementations
-
PHP
php-standard-library/shell
Shell command execution with argument escaping and error output management
-
PHP
php-standard-library/str
Unicode-aware string functions replacing PHP mb_* and standard string functions
-
PHP
php-standard-library/tcp
Non-blocking TCP client and server connections with connection pooling and retry
-