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 today

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 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

1341d 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

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M986](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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