Requires

16 total, 2 outdated, 4 unknown

Package Required Latest Status
php-standard-library/async Fiber-based structured concurrency using cooperative multitasking ^6.2 6.1.1 outdated
php-standard-library/cache Async-safe in-memory LRU cache with per-key atomicity ^6.0 unknown
php-standard-library/date-time Immutable, timezone-aware date and time types with Duration, Period, and Interval ^6.0 6.1.1 up to date
php-standard-library/default DefaultInterface for classes to provide standardized default instances ^6.0 6.0.3 up to date
php-standard-library/foundation Exceptions, Ref, and invariant functions ^6.0 6.1.1 up to date
php-standard-library/http-client Async HTTP client with connection pooling, HTTP/2 multiplexing, middleware, and composable decorators for redirects and retries ^6.0 unknown
php-standard-library/http-message HTTP message abstractions for requests, responses, and headers ^6.0 unknown
php-standard-library/io Handle-based I/O abstractions - composable, testable, and async-ready ^6.0 6.1.1 up to date
php-standard-library/ip Immutable, binary-backed value object for IPv4 and IPv6 addresses with parsing, classification, and comparison ^6.0 unknown
php-standard-library/network Shared interfaces and types for all networking components (TCP, Unix, TLS, UDP) ^6.0 6.1.1 up to date
php-standard-library/process Typed, non-blocking API for spawning and managing child processes ^6.0 6.1.1 up to date
php-standard-library/punycode RFC 3492 Punycode encoding and decoding for internationalized domain names ^6.0 6.1.1 up to date
php-standard-library/tcp Non-blocking TCP client and server connections with connection pooling and retry ^6.0 6.0.3 up to date
php-standard-library/tls Transport-agnostic TLS encryption for any connected stream ^6.0 6.1.1 up to date
php-standard-library/udp Non-blocking API for sending and receiving datagrams over UDP ^6.0 6.0.3 up to date
php-standard-library/url Strict URL type with scheme and authority validation, default port stripping, and URI/IRI conversion ^6.2 6.0.0 outdated

Requires (dev)

5 total, 2 unknown

Package Required Latest Status
php-standard-library/binary Typed functions for encoding and decoding binary data, replacing pack()/unpack() with a clear, type-safe API ^6.0 unknown
php-standard-library/iter Utility functions for inspecting and reducing iterables - arrays, generators, and iterators ^6.0 6.0.3 up to date
php-standard-library/socks SOCKS5 proxy connector for tunneling TCP connections (RFC 1928) ^6.0 unknown
php-standard-library/str Unicode-aware string functions replacing PHP mb_* and standard string functions ^6.0 6.1.1 up to date
phpunit/phpunit The PHP Unit Testing framework. ^13.0 13.1.1 up to date