2017 © Pedro Peláez
 

symfony-bundle shariff-bundle

Symfony2 bundle for Shariff php backend

image

valiton/shariff-bundle

Symfony2 bundle for Shariff php backend

  • Tuesday, May 10, 2016
  • by uwej711
  • Repository
  • 9 Watchers
  • 0 Stars
  • 328 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 2 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Shariff Symfony 2 Bundle

This bundle allows to easily integrate Shariff with your Symfony 2 application, (*1)

Installation

Install the bundle with composer:, (*2)

composer require valiton/shariff-bundle

and activate the bundle in your kernel., (*3)

Add the following to your app/config/routing.yml:, (*4)

valiton_shariff:
    resource: "@ValitonShariffBundle/Resources/config/routing.xml"
    prefix:   /shariff

Configuration

Configure the bundle according to your needs, full config example:, (*5)

valiton_shariff:
    domain: '<your-domain>' 
    force_protocol: ~ # http or https
    cache:
        cacheDir: '%kernel.cache_dir%'   
        ttl: 3600
        adapter: 'Apc' # to use apc for caching, 
    client: # optinal guzzle settings
        timeout: 4
        connect_timeout: 2
    services:
        Facebook:
            app_id: <your app id>
            secret: <your secret>
        GooglePlus: ~
        Twitter: ~

The Versions

10/05 2016

dev-master

9999999-dev

Symfony2 bundle for Shariff php backend

  Sources   Download

MIT

The Requires

 

by Uwe Jäger

05/02 2016

0.6.0

0.6.0.0

Symfony2 bundle for Shariff php backend

  Sources   Download

MIT

The Requires

 

by Uwe Jäger

07/12 2015

0.5.1

0.5.1.0

Symfony2 bundle for Shariff php backend

  Sources   Download

MIT

The Requires

 

by Uwe Jäger

09/06 2015

0.5.0

0.5.0.0

Symfony2 bundle for Shariff php backend

  Sources   Download

MIT

The Requires

 

by Uwe Jäger