vkcom / kphp-polyfills
PHP implementations of functions supported by KPHP natively
v1.0.43
2024-09-12 12:51 UTC
Requires
- rybakit/msgpack: ^0.7.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-13 14:06:10 UTC
README
Polyfills are PHP implementations of functions supported by KPHP natively.
Without polyfills, your code can be compiled, but can't be run by plain PHP.
How to install and use this package
-
Run
composer require vkcom/kphp-polyfills -
If it's your first installed package, call composer autoload:
require_once '.../vendor/autoload.php';
- You are done! All KPHP functions would work on plain PHP.