jongotlin / deadmanssnitch-bundle
Installs: 1 979
Dependents: 0
Suggesters: 1
Security: 0
Stars: 2
Watchers: 2
Forks: 2
Open Issues: 0
Requires
This package is auto-updated.
Last update: 2024-10-20 20:24:15 UTC
README
This bundle is an extension to dizda/CloudBackupBundle and lets you ping deadmanssnitch.com when a successful backup is completed.
Installation (>=Symfony 2.1)
Composer
Download DeadmanssnitchBundle and its dependencies to the vendor directory. You can use Composer for the automated process:
$ php composer.phar require jongotlin/deadmanssnitch-bundle
Composer will install the bundle to jongotlin/deadmanssnitch-bundle
directory.
Adding bundle to your application kernel
// app/AppKernel.php public function registerBundles() { $bundles = array( // ... new JGI\DeadmanssnitchBundle\JGIDeadmanssnitchBundle(), // ... ); }
Configuration
Here is the default configuration for the bundle:
# app/config/config.yml jgi_deadmanssnitch: url: %deadmanssnitch_url%
# app/config/parameters.yml deadmanssnitch_url: https://nosnch.in/xxxxxxxx