PHPackages                             toin0u/yo - 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. [API Development](/categories/api)
4. /
5. toin0u/yo

ActiveLibrary[API Development](/categories/api)

toin0u/yo
=========

Just Yo API wrapper

1.0.2(10y ago)2751MITPHPPHP &gt;=5.3.3

Since Dec 21Pushed 10y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (1)Versions (4)Used By (1)

Yo
==

[](#yo)

[Just Yo API](http://docs.justyo.co/v1.0/docs) wrapper for fun :)

[![Build Status](https://camo.githubusercontent.com/04971ae11bfba29f494a7f59cfdaaf724b7f4a82368911566b07f1d690142ef8/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f746f696e30752f796f2e706e67)](http://travis-ci.org/toin0u/yo)[![Latest Stable Version](https://camo.githubusercontent.com/b98da9226be32b0868fbf958536a1ac8c2d77d390506a81d425c14ab389c8b38/68747470733a2f2f706f7365722e707567782e6f72672f746f696e30752f796f2f762f737461626c652e706e67)](https://packagist.org/packages/toin0u/yo)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/e0aed49b6f99629a000b6995c5ea409b1184c6b4f46e46b498ece9c3ae4e691f/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f746f696e30752f796f2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/toin0u/yo/?branch=master)[![Total Downloads](https://camo.githubusercontent.com/02e1964cba30853aacd461e2edec99a53748181f404ced95380a4c35bb393a82/68747470733a2f2f706f7365722e707567782e6f72672f746f696e30752f796f2f646f776e6c6f6164732e706e67)](https://packagist.org/packages/toin0u/yo)[![License](https://camo.githubusercontent.com/0dbd60f8080e91f57fced56cb81b82d2df938a34c8603f590f433371a05ef978/68747470733a2f2f706f7365722e707567782e6f72672f746f696e30752f796f2f6c6963656e73652e737667)](https://packagist.org/packages/toin0u/yo)

- [Send Yo from the console](https://github.com/toin0u/yo-cli)
- [CakePHP 3.x plugin](https://github.com/toin0u/cakephp-yo)

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

[](#installation)

This library can be found on [Packagist](https://packagist.org/packages/toin0u/yo). The recommended way to install this is through [composer](http://getcomposer.org).

Run these commands to install composer, the library and its dependencies:

```
$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar require toin0u/yo:@stable
```

Or edit `composer.json` and add:

```
{
    "require": {
        "toin0u/yo": "@stable"
    }
}
```

**Protip:** you should browse the [`toin0u/yo`](https://packagist.org/packages/toin0u/yo)page to choose a stable version to use, avoid the `@stable` meta constraint.

API
---

[](#api)

This package uses the **awesome** [Ivory Http Adapter](https://github.com/egeloen/ivory-http-adapter) which supports plenty [adapters](https://github.com/egeloen/ivory-http-adapter/blob/master/doc/adapters.md). We will use the `CurlHttpAdapter` for our examples.

Following methods throw a `\RuntimeException` if something goes wrong during the API calls.

```
