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)
The Unlicense
1 stars 2 forks source link
base32 base32hex bitcoin-address bitcoin-cash bitcoincash cashaddr

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.