bitwasp / bech32
Pure (no dependencies) implementation of bech32
Installs: 567 571
Dependents: 45
Suggesters: 0
Security: 0
Stars: 12
Watchers: 5
Forks: 7
Open Issues: 2
Requires (Dev)
- phpunit/phpunit: ^5.4.0
- squizlabs/php_codesniffer: ^2.0.0
This package is auto-updated.
Last update: 2024-10-10 02:16:06 UTC
README
bech32
This package provides a pure implementation of bech32 and native segregated witness address encoding.
It will eventually replace the implementation in bitwasp/bitcoin
but as yet its primary purpose is serving old codebases which
have yet to upgrade.
Presently supports PHP version 5.6, 7.0-7.2 though future releases will deprecate 5.6 support. HHVM is NOT supported.
Install
composer require bitwasp/bech32
Contributing
All contributions are welcome. Please see [this page] before you get started