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

AbandonedArchivedLibrary[API Development](/categories/api)

chekalskiy/yoapp-php
====================

PHP wrapper for Yo app API (justyo.co)

1.0.1(11y ago)8271MITPHP

Since Feb 21Pushed 11y ago1 watchersCompare

[ Source](https://github.com/chekalskiy/yoapp-php)[ Packagist](https://packagist.org/packages/chekalskiy/yoapp-php)[ Docs](https://github.com/chekalskiy/yoapp-php)[ RSS](/packages/chekalskiy-yoapp-php/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

[![Yo logo](https://camo.githubusercontent.com/d1e5e1d02a67ce3118392f264b3497bf33abc6287094bd269b52346199c6af66/687474703a2f2f692e696d6775722e636f6d2f43646c7a6c48542e706e67)](https://camo.githubusercontent.com/d1e5e1d02a67ce3118392f264b3497bf33abc6287094bd269b52346199c6af66/687474703a2f2f692e696d6775722e636f6d2f43646c7a6c48542e706e67) Yo API
=======================================================================================================================================================================================================================================================================================================================================================

[](#-yo-api)

PHP wrapper for Yo App API ()

[Yo API documentation](http://docs.justyo.co/)

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

[](#installation)

You can install `yoapp-php` by using [Composer](http://getcomposer.org/)

```
"require": {
    "chekalskiy/yoapp-php": "~1.0"
}

```

Example
-------

[](#example)

First of all you need to register your own personal Yo account using your mobile phone. Then [create new api account](http://dev.justyo.co/) with any other username.

Then replace `{API_TOKEN}` with your own token.

```
try {
    $yo = new \che\Yo({API_TOKEN});

    // send a yo to all subscribers
    $yo->sendAll(array('link' => 'http://example.com'));
} catch (\che\YoException $e) {
    echo "Error #" . $e->getCode() . ": " . $e->getMessage();
}
```

You can find more examples in `examples` directory.

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity64

Established project with proven stability

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

4103d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5a23d829168f130bd1e8113dd18c0e490d02d47c2f455b90ed2197ab0e04b228?d=identicon)[chekalskiy](/maintainers/chekalskiy)

---

Tags

apiYoyoappjustyo.co

### Embed Badge

![Health badge](/badges/chekalskiy-yoapp-php/health.svg)

```
[![Health](https://phpackages.com/badges/chekalskiy-yoapp-php/health.svg)](https://phpackages.com/packages/chekalskiy-yoapp-php)
```

###  Alternatives

[m165437/laravel-blueprint-docs

API Blueprint Renderer for Laravel

22779.0k](/packages/m165437-laravel-blueprint-docs)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
