PHPackages                             f2face/wayback-machine - 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. f2face/wayback-machine

ActiveLibrary[API Development](/categories/api)

f2face/wayback-machine
======================

Wayback Machine (Archive.org) API wrapper

2.0(8y ago)8316↓100%2MITPHPPHP &gt;=5.3.0

Since Nov 19Pushed 6y ago2 watchersCompare

[ Source](https://github.com/f2face/wayback-machine)[ Packagist](https://packagist.org/packages/f2face/wayback-machine)[ RSS](/packages/f2face-wayback-machine/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

Wayback Machine
===============

[](#wayback-machine)

Wayback Machine (Archive.org) API wrapper.

Info: [https://archive.org/help/wayback\_api.php](https://archive.org/help/wayback_api.php)

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

[](#installation)

### With Composer

[](#with-composer)

> composer require f2face/wayback-machine

### Without Composer

[](#without-composer)

[Download this package](https://github.com/f2face/wayback-machine/archive/master.zip "Download source code")

Usage Example
-------------

[](#usage-example)

```
require_once __DIR__.'/vendor/autoload.php';

use f2face\WaybackMachine\WaybackMachine;

// Initialize
$wb = new WaybackMachine();

// Check web page availability
$url_to_check = 'https://github.com';
var_dump($wb->available($url_to_check));

// Save a web page
$url_to_save = 'https://github.com';
var_dump($wb->save($url_to_save));

```

###  Health Score

30

—

LowBetter than 65% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 95.7% 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

Unknown

Total

1

Last Release

2969d ago

### Community

Maintainers

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

---

Top Contributors

[![f2face](https://avatars.githubusercontent.com/u/5995575?v=4)](https://github.com/f2face "f2face (22 commits)")[![tetreum](https://avatars.githubusercontent.com/u/1708730?v=4)](https://github.com/tetreum "tetreum (1 commits)")

---

Tags

archive-dot-orgphp

### Embed Badge

![Health badge](/badges/f2face-wayback-machine/health.svg)

```
[![Health](https://phpackages.com/badges/f2face-wayback-machine/health.svg)](https://phpackages.com/packages/f2face-wayback-machine)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M475](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M452](/packages/google-gax)

PHPackages © 2026

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