Git Product home page Git Product logo

block_io-php's Introduction

Block.io PHP

Current Release: 3.0.0
09/10/22: Support PHP 8.0 and PHP 8.1 only. Simplify dependency to use doersf/bitcoin-php package.
06/09/21: Minor. Adds support for dynamic decryption algorithms.
06/01/21: Maintenance release. Fix Windows missing CACERT error.
05/27/21: BREAKING CHANGES. Transaction interfaces have changed. Test thoroughly before use.

PHP wrapper for Block.io for use with Dogecoin, Bitcoin, and Litecoin. Simple abstraction layer on top of existing API interfaces, and automatic JSON decoding on response.

Requirements

This library requires: gmp, cURL, mbstring, and bcmath extensions. Tested on PHP 8.0, and PHP 8.1.

Warning

Make sure all PHPUnit tests pass before using this library on your system.

Usage

For PHP 8.0+, install via Composer:

$ composer require block_io-php/block_io-php

For PHP 7.2, 7.3, 7.4, use v2.0.2 of this library. Install via Composer:

Your composer.json will include the forked bitcoin-php repository specification:

{
    "require":{
	"block_io-php/block_io-php": "2.0.2",
	"bitwasp/bitcoin": "dev-minimal"
    },
    "repositories": [
        {
            "type": "git",
            "url": "https://github.com/doersf/bitcoin-php.git"
        }
    ]
}

See examples/ and https://block.io/api/simple/php for basic usage.

Please see Block.io PHP Docs for details on available calls.

block_io-php's People

Contributors

doersf avatar owenvoke avatar patricklodder avatar nowackipawel avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.