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)83412MITPHPPHP &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 4w 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 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

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

3021d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5995575?v=4)[Surya Oktafendri](/maintainers/f2face)[@f2face](https://github.com/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

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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