bitwasp/bech32

Pure (no dependencies) implementation of bech32

Maintainers

👁 thomaskerin

Package info

github.com/Bit-Wasp/bech32

Homepage

pkg:composer/bitwasp/bech32

Statistics

Installs: 784 011

Dependents: 59

Suggesters: 0

Stars: 12

Open Issues: 2

v0.0.1 2018-02-05 22:23 UTC

Requires

None

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Unlicense e1ea58c848a4ec59d81b697b3dfe9cc99968d0e7

This package is auto-updated.

Last update: 2026-06-10 05:50:48 UTC


README

bech32

👁 Scrutinizer Code Quality
👁 Code Coverage
👁 Build Status

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