PHPackages                             thelia/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. thelia/yo

ActiveThelia-module

thelia/yo
=========

1.0.2(11y ago)297PHP

Since Dec 23Pushed 11y ago4 watchersCompare

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

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

YO
==

[](#yo)

This module send a Yo when an order is created. You need to know your Api key and the username who will receive the Yo notification.

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

[](#installation)

### Manually

[](#manually)

- Copy the module into `/local/modules/` directory and be sure that the name of the module is Yo.
- Activate it in your thelia administration panel

### Composer

[](#composer)

Add it in your main thelia composer.json file

```
composer require thelia/yo:~1.0

```

Usage
-----

[](#usage)

In the configuration panel of this module, you can record your Api key and the username

How to retrieve my Api Key
--------------------------

[](#how-to-retrieve-my-api-key)

You need to connect to this url  and then copy your Api Key

Client Api
----------

[](#client-api)

This module comes with a small client Api for the Yo webservice, you can send a Yo in all your Thelia application.

### How to use it

[](#how-to-use-it)

```
$yo = new \Yo\Client('Your_api_key');

//send a Yo to user FOO
$yo->yo('FOO');

//send a Yo to all your contacts
$yo->yoAll();

```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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 ~62 days

Total

3

Last Release

4039d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2196919?v=4)[thelia](/maintainers/thelia)[@thelia](https://github.com/thelia)

---

Top Contributors

[![lunika](https://avatars.githubusercontent.com/u/767834?v=4)](https://github.com/lunika "lunika (8 commits)")

---

Tags

TheliayoloYoswag

### Embed Badge

![Health badge](/badges/thelia-yo/health.svg)

```
[![Health](https://phpackages.com/badges/thelia-yo/health.svg)](https://phpackages.com/packages/thelia-yo)
```

###  Alternatives

[composer/installers

A multi-framework Composer library installer

1.4k136.0M6.0k](/packages/composer-installers)

PHPackages © 2026

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