https://github.com/brenno-duarte/php-pecl-extensions
A collection of pollyfills for those who don't have PECL installed
https://github.com/brenno-duarte/php-pecl-extensions
pecl-extensions php php-extensions
Last synced: about 2 months ago
JSON representation
A collection of pollyfills for those who don't have PECL installed
- Host: GitHub
- URL: https://github.com/brenno-duarte/php-pecl-extensions
- Owner: brenno-duarte
- License: mit
- Created: 2024-02-03T21:35:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-22T18:04:21.000Z (10 months ago)
- Last Synced: 2025-02-05T08:37:16.069Z (4 months ago)
- Topics: pecl-extensions, php, php-extensions
- Language: PHP
- Homepage:
- Size: 26.9 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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 (partial)
- 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