pocketmine / ext-encoding-polyfill
Polyfill for ext-encoding extension
dev-master
2025-09-12 16:34 UTC
Requires
- php: ^7.4 || ^8.0
- pocketmine/binaryutils: ~0.2.0
Requires (Dev)
- phpstan/phpstan: 2.1.25
- phpunit/phpunit: ^9.0 || ^10.0 || ^11.0 || ^12.0
Provides
- ext-encoding: dev-master
This package is auto-updated.
Last update: 2025-09-12 16:34:39 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.