2017 © Pedro Peláez
 

library block-io

image

danielgelling/block-io

  • Saturday, December 12, 2015
  • by danielgelling
  • Repository
  • 1 Watchers
  • 0 Stars
  • 20 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Block.io API Class

Total Downloads Latest Stable Version Latest Unstable Version License, (*1)

This repository contains a class which can be used for Block.io's API. This repository doesn't require any php mods to be installed. It has all methods that Block.io's API has in the form of URL's., (*2)

Installation

Using Composer

Simply use composer to install this repository into your project., (*3)

composer require danielgelling/block-io:1.*

Downloading the repository

When you choose to download the repository, instead of using composer, you'll need to include all files in the src directory in the order as listed below., (*4)

require 'src/Http.php';
require 'src/Factory.php';

Making a call

First you need to create a new instance of the Factory class. Which constructor needs the api key, pin and version., (*5)

$api = new BlockIO\Factory($apiKey, $pin, $version);

Then on the $api object you can call any method as shown on Block.io's API documentation., (*6)

The Versions

12/12 2015

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

by Daniel Gelling

09/12 2015

v1.0

1.0.0.0

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

by Daniel Gelling