bitpay / php-bitpay-client

PHP implementation for the BitPay cryptographically secure RESTful API
MIT License
166 stars 147 forks source link

McryptExtension wrapper still in use? #254

Closed sbacelic closed 7 years ago

sbacelic commented 7 years ago

Do you have plans to abandon this extension? It seems like it's not used anymore or at least I couldn't find the use case for McryptExtension wrapper in the documentation/examples.

As ext-mcrypt is abandoned in PHP 7.1 and will be removed in PHP 7.2 (though still in PECL) it might be good to consider removing the dependency on this extension/class. If necessary McryptExtension could be moved to external package and suggested in composer.json for those who would still like to use ext-mcrypt.

pieterpoorthuis commented 7 years ago

fixed in v2.2.15