php-bitcoinrpc v2.1.0
First release of v2.1.x branch.
Note: This release only supports PHP version 7.1 or later.
If you want to continue to use PHP 5.6 or 7.0, use latest release of 2.0.x branch.
Please be aware, that PHP 7.0 approaches it's end of life in just 10 days and PHP 5.6 will follow in a month, so upgrade ASAP.
See: http://php.net/supported-versions.php and http://php.net/eol.php
- Re-implemented client with strict types enabled
- Improved helper functions.
- Improved exception handling.
- Improved async response handling.
- Fixed some minor bugs.
- Improved test suite.