PHPackages                             christohill/waiverforever-api-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. christohill/waiverforever-api-php

AbandonedArchivedLibrary

christohill/waiverforever-api-php
=================================

A PHP wrapper for the Waiver Forever API

07PHP

Since Feb 22Pushed 7y ago1 watchersCompare

[ Source](https://github.com/christohill/waiverforever-api-php)[ Packagist](https://packagist.org/packages/christohill/waiverforever-api-php)[ RSS](/packages/christohill-waiverforever-api-php/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Waiver Forever API wrapper for PHP
==================================

[](#waiver-forever-api-wrapper-for-php)

This is a simple PHP SDK for interacting with the Waiver Forever API. All API documentation can be found at

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

[](#installation)

`composer require christohill/waiverforever-api-php`

Usage
-----

[](#usage)

`Note: none of the API keys or ID below are valid`

#### Simple usage

[](#simple-usage)

```
use WaiverForever\WaiverForever;
$waivers = new WaiverForever('edf59be9216e66eb17093574376d4c5f');
$user = $waivers->UserInfo(); // Get user info for the API key
$templates = $waivers->TemplateList(); // List all templates
$signed = $waivers->SignedWaiver('aWd898gfdsa789ddf'); // Get a signed waiver
```

Methods
-------

[](#methods)

MethodDescriptionDocsUserInfo()Get user info for the API key[Read docs](https://docs.waiverforever.com/#get-user-info)AllSubscriptions()Get all webhooks subscriptions[Read docs](https://docs.waiverforever.com/#get-all-subscriptions)CreateSubscription($target, $template, $event)Subscribe an event/webhook[Read docs](https://docs.waiverforever.com/#subscribe-an-event)DeleteSubscription($subscriptionID)Unsubscribe an event[Read docs](https://docs.waiverforever.com/#unsubscribe-an-event)TemplateList()List all templates[Read docs](https://docs.waiverforever.com/#get-template-list)WaiverRequest($template, $expiry)Request a waiver to sign[Read docs](https://docs.waiverforever.com/#requeset-waiver)TrackingWaiver($trackingID)Query signed waiver by tracking id[Read docs](https://docs.waiverforever.com/#get-tracking-waiver)SignedWaiver($waiver)Get a signed waiver[Read docs](https://docs.waiverforever.com/#get-signed-waiver)SearchWaiver($filters)Search waiver with keywords[Read docs](https://docs.waiverforever.com/#waiver-search)WaiverPDF($waiver)Download waiver in pdf[Read docs](https://docs.waiverforever.com/#download-waiver-pdf)WaiverPicture($waiver, $picture)Download waiver pictures[Read docs](https://docs.waiverforever.com/#download-waiver-pictures)

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

[![christohill](https://avatars.githubusercontent.com/u/2646218?v=4)](https://github.com/christohill "christohill (9 commits)")

### Embed Badge

![Health badge](/badges/christohill-waiverforever-api-php/health.svg)

```
[![Health](https://phpackages.com/badges/christohill-waiverforever-api-php/health.svg)](https://phpackages.com/packages/christohill-waiverforever-api-php)
```

PHPackages © 2026

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