Packages from php-standard-library
-
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/compression
Streaming compression and decompression abstractions for IO handles
-
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/default
DefaultInterface for classes to provide standardized default instances
-
PHP
php-standard-library/dict
Functions for creating and transforming associative arrays with preserved keys
-
PHP
php-standard-library/dns
Async DNS resolver with connection pooling, EDNS0, DNS-over-TLS, DNS-over-HTTPS, and cross-platform system configuration
-
PHP
php-standard-library/dnssec
DNSSEC validation with full trust chain verification, RRSIG signatures, and NSEC/NSEC3 proofs
-
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
-
PHP
php-standard-library/filesystem
Type-safe functions for file system operations with proper exception handling
-
-
PHP
php-standard-library/fun
Functional programming utilities for composing, decorating, and controlling function execution
-
PHP
php-standard-library/graph
Immutable directed and undirected graph data structures with BFS, DFS, topological sort, and cycle detection
-
-
PHP
php-standard-library/hash
Cryptographic and non-cryptographic hashing with Algorithm enum, timing-safe comparison, and HMAC
-
-
-
PHP
php-standard-library/http-client
Async HTTP client with connection pooling, HTTP/2 multiplexing, middleware, and composable decorators for redirects and retries
-
PHP
php-standard-library/http-message
HTTP message abstractions for requests, responses, and headers
-
PHP
php-standard-library/interface
Type-safe wrappers around PHP interface reflection and existence checks
-
PHP
php-standard-library/interoperability
Interfaces for converting between PSL types and PHP stdlib/intl equivalents
-
-
PHP
php-standard-library/ip
Immutable, binary-backed value object for IPv4 and IPv6 addresses with parsing, classification, and comparison
-
PHP
php-standard-library/iri
RFC 3987 compliant Internationalized Resource Identifier (IRI) parsing, construction, and manipulation
-
PHP
php-standard-library/iter
Utility functions for inspecting and reducing iterables - arrays, generators, and iterators
-
PHP
php-standard-library/json
JSON encoding and decoding with typed exceptions and sensible defaults
-
PHP
php-standard-library/locale
Backed enum with 700+ locale identifiers for type-safe internationalization
-
PHP
php-standard-library/math
Mathematical functions with strict typing and predictable error handling
-
-
PHP
php-standard-library/mime
MIME media types, multipart body construction, content sniffing, S/MIME cryptography, and DKIM signing
-
PHP
php-standard-library/network
Shared interfaces and types for all networking components (TCP, Unix, TLS, UDP)
-
-
PHP
php-standard-library/option
Option type (Some/None) replacing nullable types with explicit presence semantics
-
-
-
-
-
-
-
-
-
PHP
php-standard-library/punycode
RFC 3492 Punycode encoding and decoding for internationalized domain names
-
PHP
php-standard-library/random-sequence
Object-oriented random number sequences with injectable, seedable implementations
-
-
PHP
php-standard-library/regex
Type-safe regular expressions with typed capture groups and proper error handling
-
PHP
php-standard-library/result
Result type capturing success or failure as a value for controlled error handling
-
PHP
php-standard-library/runtime
Introspection into PHP runtime - version, extensions, SAPI, and build flags
-
PHP
php-standard-library/secure-random
Cryptographically secure random data generation for tokens, passwords, and nonces
-
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
-
PHP
php-standard-library/terminal
Full-featured TUI framework with widgets, events, and diff-based rendering
-
-
-
-
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/url
Strict URL type with scheme and authority validation, default port stripping, and URI/IRI conversion
-
PHP
php-standard-library/vec
Functions for creating and transforming sequential, 0-indexed arrays (lists)