php-standard-library/foundation dependents (72) Order by: downloads | none Show: all | require | require-dev
-
-
PHP
php-standard-library/filesystem
Type-safe functions for file system operations with proper exception handling
-
PHP
php-standard-library/math
Mathematical functions with strict typing and predictable error handling
-
PHP
php-standard-library/fun
Functional programming utilities for composing, decorating, and controlling function execution
-
PHP
php-standard-library/env
Functions for inspecting and modifying environment variables, working directory, and paths
-
-
PHP
php-standard-library/shell
Shell command execution with argument escaping and error output management
-
-
PHP
php-standard-library/encoding
Binary-to-text encoding: Base64, Hex, and QuotedPrintable with streaming support
-
PHP
php-standard-library/hash
Cryptographic and non-cryptographic hashing with Algorithm enum, timing-safe comparison, and HMAC
-
PHP
php-standard-library/secure-random
Cryptographically secure random data generation for tokens, passwords, and nonces
-
PHP
php-standard-library/data-structure
Classic data structures: Queue (FIFO), Stack (LIFO), and PriorityQueue
-
-
PHP
php-standard-library/ansi
Pure functions for constructing ANSI escape sequences - text styling, colors, cursor movement, and screen manipulation
-
PHP
php-standard-library/ip
Immutable, binary-backed value object for IPv4 and IPv6 addresses with parsing, classification, and comparison