2017 © Pedro Peláez
 

library deadmanssnitch-bundle

image

jongotlin/deadmanssnitch-bundle

  • Sunday, July 30, 2017
  • by jongotlin
  • Repository
  • 1 Watchers
  • 1 Stars
  • 1,173 Installations
  • PHP
  • 0 Dependents
  • 1 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 Versions
  • 4 % Grown

The README.md

DeadmanssnitchBundle

This bundle is an extension to dizda/CloudBackupBundle and lets you ping deadmanssnitch.com when a successful backup is completed., (*1)

Installation (>=Symfony 2.1)

Composer

Download DeadmanssnitchBundle and its dependencies to the vendor directory. You can use Composer for the automated process:, (*2)

$ php composer.phar require jongotlin/deadmanssnitch-bundle

Composer will install the bundle to jongotlin/deadmanssnitch-bundle directory., (*3)

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:, (*4)

# app/config/config.yml
jgi_deadmanssnitch:
    url: %deadmanssnitch_url%
# app/config/parameters.yml
deadmanssnitch_url: https://nosnch.in/xxxxxxxx

The Versions

30/07 2017

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

30/07 2017

1.0.1

1.0.1.0

  Sources   Download

MIT

The Requires

 

10/11 2015

1.0.0

1.0.0.0

  Sources   Download

MIT

The Requires