2017 © Pedro Peláez
 

library webarchive

Client for web.archive.org

image

pokap/webarchive

Client for web.archive.org

  • Wednesday, April 29, 2015
  • by pokap
  • Repository
  • 2 Watchers
  • 6 Stars
  • 831 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Web archive

Requires at least PHP 5.3.3., (*1)

This is a client for retrieve list of snapshots archives from web.archive.org, or another depending on provider., (*2)

Build Status SensioLabsInsight, (*3)

Installation using Composer

Add the dependency:, (*4)

php composer.phar require pokap/webarchive

Usage

If you need a list of archive snapshot from WayBack in 2013., (*5)

``` php <?php, (*6)

use WebArchive\Request; use WebArchive\Client; use WebArchive\Provider\WayBackProvider;, (*7)

$request = new Request('http://archive.org/', ['timeout' => 10]);, (*8)

$client = new Client($request, new WayBackProvider(2013)));, (*9)

var_dump($client->retrieve()); // returns an instance of \WebArchive\SnapshotCollection ```, (*10)

The Versions

29/04 2015

dev-master

9999999-dev

Client for web.archive.org

  Sources   Download

MIT

The Requires

 

The Development Requires

  • ext-zlib >=1.1

web archive memento wayback

26/06 2014

dev-dev

dev-dev

Client for web.archive.org

  Sources   Download

MIT

The Requires

 

web archive memento wayback