brenno-duarte/php-pecl-extensions
There is no license information available for the latest version (0.10.0) of this package.
A collection of pollyfills for those who don't have PECL installed
Maintainers
Package info
github.com/brenno-duarte/php-pecl-extensions
pkg:composer/brenno-duarte/php-pecl-extensions
0.10.0
2025-07-03 16:51 UTC
Requires
- php: ^8.3
- ext-curl: *
- ext-gmp: *
- ext-hash: *
- ext-openssl: *
- lupecode/php-trader-native: ^2.1
- paragonie/sodium_compat: ^1.20
- php-ds/php-ds: ^1.5
- phpseclib/bcmath_compat: ^2.0
- phpspec/php-diff: ^1.1
- sebastian/diff: ^6
- symfony/finder: ^7.0
- yetanotherape/diff-match-patch: ^1.1
Requires (Dev)
- phpunit/phpunit: ^11
Suggests
None
Provides
None
Conflicts
None
Replaces
None
Unknown License 1cf157c8b2c50da5ac9380809fbe123d749275ee
README
A collection of pollyfills and DLL files for Windows for those who don't have PECL installed. This package also provides an easier way to install DLL for some PECL packages like memcached and APCu.
Requeriments
- PHP >= 8.3
- Curl extension
- OpenSSL extension
- Hash extension
- GMP extension
Installing via Composer
composer require brenno-duarte/php-pecl-extensions
Using polyfills from PECL extensions
This package has polyfills for the following extensions:
- base58
- ds
- HRTime (partial)
- inotify
- OAuth
- scrypt
- simdjson
- sodium
- ssdeep
- statistic
- uopz (partial)
- var_representation
- xdiff (partial)
- xxtea
- Yaconf
- yaml (partial)
The only thing you will need to do is call the vendor/autoload.php folder. Consult the documentation for each extension to learn how to use them.
License
MIT
