Keep your dependencies up-to-date

Package.Health uses semantic versioning to detect outdated or insecure dependencies in your project's composer.json.

Packages from php-standard-library

Package Status
php-standard-library/ansi Pure functions for constructing ANSI escape sequences - text styling, colors, cursor movement, and screen manipulation Dependency Badge
php-standard-library/async Fiber-based structured concurrency using cooperative multitasking Dependency Badge
php-standard-library/binary Typed functions for encoding and decoding binary data, replacing pack()/unpack() with a clear, type-safe API Dependency Badge
php-standard-library/cache Async-safe in-memory LRU cache with per-key atomicity Dependency Badge
php-standard-library/channel Message-passing channels for async communication, inspired by Go and Rust Dependency Badge
php-standard-library/cidr Utilities for working with CIDR (Classless Inter-Domain Routing) notation for IPv4 and IPv6 Dependency Badge
php-standard-library/class Type-safe wrappers around PHP class reflection and existence checks Dependency Badge
php-standard-library/collection Generic, object-oriented Vector, Map, and Set collections with immutable and mutable variants Dependency Badge
php-standard-library/comparison Interfaces and functions for type-safe, consistent value comparison Dependency Badge
php-standard-library/compression Streaming compression and decompression abstractions for IO handles Dependency Badge
php-standard-library/crypto Comprehensive cryptography toolkit built on libsodium - symmetric, asymmetric, AEAD, signing, key exchange, and KDF Dependency Badge
php-standard-library/data-structure Classic data structures: Queue (FIFO), Stack (LIFO), and PriorityQueue Dependency Badge
php-standard-library/date-time Immutable, timezone-aware date and time types with Duration, Period, and Interval Dependency Badge
php-standard-library/default DefaultInterface for classes to provide standardized default instances Dependency Badge
php-standard-library/dict Functions for creating and transforming associative arrays with preserved keys Dependency Badge
php-standard-library/dns Async DNS resolver with connection pooling, EDNS0, DNS-over-TLS, DNS-over-HTTPS, and cross-platform system configuration Dependency Badge
php-standard-library/dnssec DNSSEC validation with full trust chain verification, RRSIG signatures, and NSEC/NSEC3 proofs Dependency Badge
php-standard-library/either General-purpose disjoint union type (Left/Right) for values with two possible types Dependency Badge
php-standard-library/either-or-both Dependency Badge
php-standard-library/encoding Binary-to-text encoding: Base64, Hex, and QuotedPrintable with streaming support Dependency Badge
php-standard-library/env Functions for inspecting and modifying environment variables, working directory, and paths Dependency Badge
php-standard-library/file Typed file handles for reading and writing with write modes and advisory locking Dependency Badge
php-standard-library/filesystem Type-safe functions for file system operations with proper exception handling Dependency Badge
php-standard-library/foundation Exceptions, Ref, and invariant functions Dependency Badge
php-standard-library/fun Functional programming utilities for composing, decorating, and controlling function execution Dependency Badge
php-standard-library/graph Immutable directed and undirected graph data structures with BFS, DFS, topological sort, and cycle detection Dependency Badge
php-standard-library/h2 HTTP/2 binary framing protocol implementation Dependency Badge
php-standard-library/hash Cryptographic and non-cryptographic hashing with Algorithm enum, timing-safe comparison, and HMAC Dependency Badge
php-standard-library/hpack RFC 7541 HPACK header compression for HTTP/2 Dependency Badge
php-standard-library/html HTML entity encoding, decoding, and tag stripping Dependency Badge
php-standard-library/http-client Async HTTP client with connection pooling, HTTP/2 multiplexing, middleware, and composable decorators for redirects and retries Dependency Badge
php-standard-library/http-message HTTP message abstractions for requests, responses, and headers Dependency Badge
php-standard-library/interface Type-safe wrappers around PHP interface reflection and existence checks Dependency Badge
php-standard-library/interoperability Interfaces for converting between PSL types and PHP stdlib/intl equivalents Dependency Badge
php-standard-library/io Handle-based I/O abstractions - composable, testable, and async-ready Dependency Badge
php-standard-library/ip Immutable, binary-backed value object for IPv4 and IPv6 addresses with parsing, classification, and comparison Dependency Badge
php-standard-library/iri RFC 3987 compliant Internationalized Resource Identifier (IRI) parsing, construction, and manipulation Dependency Badge
php-standard-library/iter Utility functions for inspecting and reducing iterables - arrays, generators, and iterators Dependency Badge
php-standard-library/json JSON encoding and decoding with typed exceptions and sensible defaults Dependency Badge
php-standard-library/locale Backed enum with 700+ locale identifiers for type-safe internationalization Dependency Badge
php-standard-library/math Mathematical functions with strict typing and predictable error handling Dependency Badge
php-standard-library/message RFC 5322 internet message construction and parsing Dependency Badge
php-standard-library/mime MIME media types, multipart body construction, content sniffing, S/MIME cryptography, and DKIM signing Dependency Badge
php-standard-library/network Shared interfaces and types for all networking components (TCP, Unix, TLS, UDP) Dependency Badge
php-standard-library/observer Generic Observer pattern interfaces Dependency Badge
php-standard-library/option Option type (Some/None) replacing nullable types with explicit presence semantics Dependency Badge
php-standard-library/os Type-safe operating system detection via OperatingSystemFamily enum Dependency Badge
php-standard-library/password Secure password hashing and verification with bcrypt and Argon2 Dependency Badge
php-standard-library/php-standard-library PHP Standard Library Dependency Badge
php-standard-library/phpstan-extension PHPStan PSL extension Dependency Badge
php-standard-library/process Typed, non-blocking API for spawning and managing child processes Dependency Badge
php-standard-library/promise Promise interface for deferred computations - resolved or rejected Dependency Badge
php-standard-library/psalm-plugin Psalm plugin for the PHP Standard Library Dependency Badge
php-standard-library/pseudo-random Fast pseudo-random number generation using Mersenne Twister Dependency Badge
php-standard-library/punycode RFC 3492 Punycode encoding and decoding for internationalized domain names Dependency Badge
php-standard-library/random-sequence Object-oriented random number sequences with injectable, seedable implementations Dependency Badge
php-standard-library/range Range types for integer sequences with iteration support Dependency Badge
php-standard-library/regex Type-safe regular expressions with typed capture groups and proper error handling Dependency Badge
php-standard-library/result Result type capturing success or failure as a value for controlled error handling Dependency Badge
php-standard-library/runtime Introspection into PHP runtime - version, extensions, SAPI, and build flags Dependency Badge
php-standard-library/secure-random Cryptographically secure random data generation for tokens, passwords, and nonces Dependency Badge
php-standard-library/shell Shell command execution with argument escaping and error output management Dependency Badge
php-standard-library/smtp RFC 5321 SMTP client for sending messages Dependency Badge
php-standard-library/socks SOCKS5 proxy connector for tunneling TCP connections (RFC 1928) Dependency Badge
php-standard-library/str Unicode-aware string functions replacing PHP mb_* and standard string functions Dependency Badge
php-standard-library/tcp Non-blocking TCP client and server connections with connection pooling and retry Dependency Badge
php-standard-library/terminal Full-featured TUI framework with widgets, events, and diff-based rendering Dependency Badge
php-standard-library/tls Transport-agnostic TLS encryption for any connected stream Dependency Badge
php-standard-library/trait Type-safe wrappers around PHP trait reflection and existence checks Dependency Badge
php-standard-library/tree Immutable tree data structures and operations for hierarchical data Dependency Badge
php-standard-library/type Runtime type validation implementing Parse, Don't Validate - coerce and assert unstructured input into well-typed data Dependency Badge
php-standard-library/udp Non-blocking API for sending and receiving datagrams over UDP Dependency Badge
php-standard-library/unix Non-blocking Unix domain socket connections Dependency Badge
php-standard-library/uri RFC 3986 compliant URI parsing, construction, and manipulation Dependency Badge
php-standard-library/url Strict URL type with scheme and authority validation, default port stripping, and URI/IRI conversion Dependency Badge
php-standard-library/vec Functions for creating and transforming sequential, 0-indexed arrays (lists) Dependency Badge