Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/VKCOM/kphp-polyfills

PHP implementations of functions supported by KPHP natively (a Composer package)
https://github.com/VKCOM/kphp-polyfills

kphp

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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:
```php
require_once '.../vendor/autoload.php';
```

* You are done! All KPHP functions would work on plain PHP.