Search by

pocketmine / ext-encoding-polyfill

dktapps

This package is abandoned and no longer maintained. No replacement package was suggested.

Polyfill for ext-encoding extension

Package info

github.com/pmmp/ext-encoding-polyfill

pkg:composer/pocketmine/ext-encoding-polyfill

Statistics

Installs: 240

Dependents: 0

Suggesters: 0

Stars: 4

Open Issues: 4

1.0.0 2025-09-12 16:34 UTC

This package is auto-updated.

Last update: 2026-08-29 11:06:56 UTC


README

This library provides a polyfill implementing the API of pmmp/ext-encoding.

This can be used in environments where the extension is not available.

Warning

This polyfill is slow. It's 5-10x slower than the native extension, similar to pmmp/BinaryUtils (which is used to provide the underlying functionality).

You should consider adding the extension to your PHP binary instead of using this polyfill.

Only use this if installing the extension is not an option for some reason.