PHPackages                             looptribe/paytoshi-library-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. looptribe/paytoshi-library-php

AbandonedArchivedLibrary

looptribe/paytoshi-library-php
==============================

PHP Library for Paytoshi's API.

v1.0(10y ago)14052BSD-3-ClausePHPPHP &gt;=5.3.0

Since Jan 11Pushed 10y ago3 watchersCompare

[ Source](https://github.com/looptribe/paytoshi-library-php)[ Packagist](https://packagist.org/packages/looptribe/paytoshi-library-php)[ Docs](https://paytoshi.org/)[ RSS](/packages/looptribe-paytoshi-library-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

Paytoshi PHP Library
====================

[](#paytoshi-php-library)

[![Build Status](https://camo.githubusercontent.com/8df958b281c8ee4cebaf67acfd76a1728b67a24c181e12d061b1440b7be4eab6/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6c6f6f7074726962652f706179746f7368692d6c6962726172792d7068702f6d61737465722e737667)](https://travis-ci.org/looptribe/paytoshi-library-php)[![Coverage Status](https://camo.githubusercontent.com/d638dc0b81ebf40937362c6c64db9e8aec897616ccbf74b4846e6dc54c51282c/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f6c6f6f7074726962652f706179746f7368692d6c6962726172792d7068702f6d61737465722e737667)](https://coveralls.io/github/looptribe/paytoshi-library-php)[![Packagist](https://camo.githubusercontent.com/fb2971058f3cb122e0c5c1c508c201b9c05ee0dcd24c50ddd2d8519166d2c2c8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c6f6f7074726962652f706179746f7368692d6c6962726172792d7068702e737667)](https://packagist.org/packages/looptribe/paytoshi-library-php)

PHP Library for [Paytoshi's API](https://paytoshi.org/api).

Requirements
------------

[](#requirements)

- PHP &gt;= 5.3
- PHP cURL extension (recommended) OR
- [allow\_fopen\_url](http://php.net/manual/en/filesystem.configuration.php#ini.allow-url-fopen) enabled in your PHP config.

Installation
------------

[](#installation)

The recommended way to install Paytoshi PHP Library is through [composer](https://getcomposer.org/).

```
composer.phar require looptribe/paytoshi-library-php

```

Usage
-----

[](#usage)

Paytoshi PHP Library uses the [Buzz library](https://github.com/kriswallsmith/Buzz).

### Create the API wrapper object

[](#create-the-api-wrapper-object)

#### Using FileGetContents

[](#using-filegetcontents)

```
