2017 © Pedro Peláez
 

library bitcoin-address

Simple PHP Danwe\Bitcoin\Address class for value objects representing bitcoin addresses.

image

danwe/bitcoin-address

Simple PHP Danwe\Bitcoin\Address class for value objects representing bitcoin addresses.

  • Wednesday, June 24, 2015
  • by Danwe
  • Repository
  • 2 Watchers
  • 0 Stars
  • 32 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

bitcoin-address

Introduces a simple class Danwe\Bitcoin\Address for immutable value objects representing bitcoin addresses., (*1)

Latest Stable Version Build Status Coverage Status Dependency Status Download count, (*2)

Requirements

  • PHP 5.4 or later

Installation

Composer can be used to download and install this package as well as its dependencies., (*3)

To add this package as a local, per-project dependency to your project, simply add a dependency on danwe/bitcoin-address to your project's composer.json file. Here is a minimal example of a composer.json file that just defines a dependency on bitcoin-address 1.0.x:, (*4)

{
    "require": {
        "danwe/bitcoin-address": "~1.0.0"
    }
}

Usage

Library Structure

All classes are located in the ParserHooks namespace, which is PSR-4 mapped onto the src/ directory., (*5)

Tests

This library comes with a set up PHPUnit test suite. After installation via composer, tests can be run by running php <project-dir>/vendor/bin/phpunit., (*6)

Authors

bitcoin-address has been written by Daniel A. R. Werner., (*7)

Release notes

1.0.0

  • Initial release.

TODOs:

  • Support for testnet addresses, either in this or in a separate package.

The Versions

24/06 2015

dev-master

9999999-dev https://github.com/DanweDE/php-bitcoin-address

Simple PHP Danwe\Bitcoin\Address class for value objects representing bitcoin addresses.

  Sources   Download

MIT License

The Requires

 

The Development Requires

address bitcoin cryptocurrency btc

22/06 2015

1.0.0

1.0.0.0 https://github.com/DanweDE/php-bitcoin-address

Simple PHP Danwe\Bitcoin\Address class for value objects representing bitcoin addresses.

  Sources   Download

MIT License

The Requires

 

The Development Requires

address bitcoin cryptocurrency btc