azjezz/psl
PSL is a modern, well-typed standard library for PHP 8.4+, inspired by HHVM’s HSL. It offers safer, predictable APIs for async, collections, networking, I/O, crypto, terminal UI, and robust data validation—replacing brittle built-ins with consistent alternatives.
The Runtime component provides introspection into the PHP runtime environment. It exposes version information, loaded extensions, the active SAPI, and build flags through simple function calls.
@example('system/runtime-version.php')
Determine how PHP is being invoked:
@example('system/runtime-sapi.php')
Check for loaded extensions or list them all:
@example('system/runtime-extensions.php')
@example('system/runtime-zend.php')
@example('system/runtime-build-flags.php')
See src/Psl/Runtime/ for the full API.
How can I help you explore Laravel packages today?