PHPackages                             tii/wow-api - 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. tii/wow-api

ActiveLibrary[API Development](/categories/api)

tii/wow-api
===========

Owen Wilson Wow API integration for PHP

v1.0.1(3y ago)03MITPHPPHP ^8.0

Since Oct 30Pushed 3y ago1 watchersCompare

[ Source](https://github.com/TiiFuchs/wow-api)[ Packagist](https://packagist.org/packages/tii/wow-api)[ RSS](/packages/tii-wow-api/feed)WikiDiscussions main Synced 1mo ago

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

wow-api
=======

[](#wow-api)

PHP API integration for Owen Wilson Wow API

This uses the [Owen Wilson Wow API](https://github.com/amamenko/owen-wilson-wow-api). See their [API documentation](https://wow.readme.io/).

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

[](#installation)

Require this package with composer

```
composer require tii/wow-api

```

Usage
-----

[](#usage)

You have all the available API methods as static methods on the `Tii\WowApi\WowApi` class.

### Examples

[](#examples)

**Get 5 random Wows**

```
$wows = \Tii\WowApi\WowApi::random(results: 5);
```

**Get a single ordered Wow**

```
$wow = \Tii\WowApi\WowApi::ordered('20');
```

**Get a list of available movies/directors**

```
$movies = \Tii\WowApi\WowApi::allMovies();
$directors = \Tii\WowApi\WowApi::allDirectors();
```

**Get 5 random wows from a specific movie**

```
$wowsInCars3 = \Tii\WowApi\WowApi::random(
  results: 5,
  movie: 'Cars 3'
);
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

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

Total

2

Last Release

1295d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e7ff8761fd0f3c0ecd77e009b9984ac34a247533221fb8c546421f05300f5769?d=identicon)[Tii](/maintainers/Tii)

---

Top Contributors

[![TiiFuchs](https://avatars.githubusercontent.com/u/1958744?v=4)](https://github.com/TiiFuchs "TiiFuchs (6 commits)")

### Embed Badge

![Health badge](/badges/tii-wow-api/health.svg)

```
[![Health](https://phpackages.com/badges/tii-wow-api/health.svg)](https://phpackages.com/packages/tii-wow-api)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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