VKCOM / kphp-polyfills

PHP implementations of functions supported by KPHP natively (a Composer package)

Home Page:https://vkcom.github.io/kphp/kphp-language/php-extensions/php-polyfills.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kphp-polyfills

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.

About

PHP implementations of functions supported by KPHP natively (a Composer package)

https://vkcom.github.io/kphp/kphp-language/php-extensions/php-polyfills.html

License:GNU General Public License v3.0


Languages

Language:PHP 100.0%