An open API service indexing awesome lists of open source software.

https://github.com/realityripple/php-bitcoin-cashaddr

💱️ PHP routines for converting bitcoin cash addresses to and from legacy addresses with GMP or BC Math (yes, BC is slow)
https://github.com/realityripple/php-bitcoin-cashaddr

base32 base32hex bitcoin-address bitcoin-cash bitcoincash cashaddr

Last synced: 8 months ago
JSON representation

💱️ PHP routines for converting bitcoin cash addresses to and from legacy addresses with GMP or BC Math (yes, BC is slow)

Awesome Lists containing this project

README

          

# php-bitcoin-cashaddr

PHP routines for converting bitcoin cash addresses to and from legacy addresses. Requires PHP 5.3.2 with either GMP or BC Math.

Two primary functions are exposed by the class: convertFromCash and convertToCash. Both simply take in a corresponding type of address as a string.