dev-master
9999999-devClient for web.archive.org
MIT
The Requires
The Development Requires
- ext-zlib >=1.1
web archive memento wayback
dev-dev
dev-devClient for web.archive.org
MIT
The Requires
web archive memento wayback
Client for web.archive.org
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)
Add the dependency:, (*4)
php composer.phar require pokap/webarchive
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)
Client for web.archive.org
MIT
web archive memento wayback
Client for web.archive.org
MIT
web archive memento wayback