bip70/bip70

Bitcoin payment requests (BIP70) toolkit for PHP

v0.1.0 2018-06-28 17:18 UTC

README

Scrutinizer Code Quality Code Coverage

Latest Stable Version Total Downloads Latest Unstable Version License

This package provides a pure PHP interface to BIP70.

It exposes classes for:

  • X509 routines
    • loading a trusted certificate store
    • CA chain validation of X509Certificates
    • X509 signature validation of Signature and X509Certificate
  • for extracting, parsing, and manipulating protobufs
  • for downloading and fully validating a payment request over HTTP(s)
  • creating (un)signed payment requests

Note: this library should not be considered stable until the v1.0.0 release. Outstanding issues are tracked using the v1.0.0 milestone.

Contributing

For contributing guidelines, please see CONTRIBUTING.md

Credits

Much credit is due to the open source software that make this package possible.