azjezz/psl
PSL (PHP Standard Library) offers a consistent, well-typed set of safer, async-ready APIs to replace PHP primitives. Covers async, collections, networking, I/O, cryptography, terminal UI, and type-safe data validation with predictable errors.
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?