php-standard-library/foundation dependents (71) Order by: name | downloads Show: all | require | require-dev
-
PHP
anvilm/iva
CLI framework for PHP 8.4+ with a real command tree, strongly typed input DTOs, GNU/POSIX-style option parsing, and a section/progress-bar/spinner output model.
-
-
-
-
-
-
-
-
-
-
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