nicosomb/wallabag-webarchive-bundle
If http status is 404, ask web.archive if there is a snapshot to archive it.
Maintainers
Package info
github.com/nicosomb/wallabag-webarchive-bundle
Type:symfony-bundle
pkg:composer/nicosomb/wallabag-webarchive-bundle
1.0.0-alpha.1
2020-04-03 12:23 UTC
Requires
- php: >=5.3.3
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 3f1e2909709adc34fd587d27c37c5a5227695f9a
- Nicolas Lœuillet <nicolas.woop@loeuillet.org>
This package is auto-updated.
Last update: 2026-06-29 01:42:32 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
