nicosomb / wallabag-webarchive-bundle
If http status is 404, ask web.archive if there is a snapshot to archive it.
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 3
Forks: 0
Open Issues: 1
Type:symfony-bundle
Requires
- php: >=5.3.3
This package is auto-updated.
Last update: 2024-10-29 05:29:05 UTC
README
This bundle allows you to find snapshot in web.archive.org website
Requirements
- wallabag >= 2.2.2
Installation
Download the bundle
composer require nicosomb/wallabag-webarchive-bundle
Enable the bundle
<?php // app/AppKernel.php // ... class AppKernel extends Kernel { public function registerBundles() { $bundles = array( // ... new Nicosomb\WallabagWebarchiveBundle\NicosombWallabagWebarchiveBundle(), ); // ... } // ... }
Configure your application
# app/config/config.yml nicosomb_wallabag_webarchive: enabled: true