Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Fu committed Sep 25, 2015
1 parent bb2ad38 commit d13665a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
# nToklo API PHP connector

Version: 1.0.3 stable
Version: 0.1 beta

This library will allow you to connect to the nToklo API and create your own applications, get tokens and the results. Full documentation of the API can be found [in the nToklo dev website](https://docs.ntoklo.com)

## Installation

###Composer

``` bash1.0.3cstableser require ntoklo/ntokloapi-php
``` bash
$ composer require ntoklo/ntokloapi-php

```


### Usage


You can see how to use this library on the [documentation](http://ntokloapi-php.readthedocs.org/en/latest/)

Include the require path to autoload.php and instantiate a new NtokloApi class and pass through the nToklo api key and secret.
Expand Down

0 comments on commit d13665a

Please sign in to comment.