2017 © Pedro Peláez
 

symfony-bundle shariff-bundle

Symfony2 bundle for Heise Shariff

image

cedricziel/shariff-bundle

Symfony2 bundle for Heise Shariff

  • Tuesday, August 16, 2016
  • by cedricziel
  • Repository
  • 1 Watchers
  • 0 Stars
  • 727 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Shariff Symfony 2 Bundle

SensioLabsInsight Scrutinizer Code Quality Code Coverage Build Status, (*1)

Forked from https://github.com/valiton/ShariffBundle, (*2)

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

Installation

Install the bundle with composer:, (*4)

composer require cedricziel/shariff-bundle

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

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

cedricziel_shariff:
    resource: "@CedricZielShariffBundle/Resources/config/routing.xml"
    prefix:   /_shariff

Configuration

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

cedricziel_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: ~

License

MIT, (*8)

The Versions

16/08 2016

dev-master

9999999-dev

Symfony2 bundle for Heise Shariff

  Sources   Download

MIT

The Requires

 

The Development Requires

by Cedric Ziel

13/05 2016

1.0.0

1.0.0.0

Symfony2 bundle for Heise Shariff

  Sources   Download

MIT

The Requires

 

The Development Requires

by Cedric Ziel