dev-master
9999999-devSymfony2 bundle for Heise Shariff
MIT
The Requires
The Development Requires
by Cedric Ziel
1.0.0
1.0.0.0Symfony2 bundle for Heise Shariff
MIT
The Requires
The Development Requires
by Cedric Ziel
Wallogit.com
2017 © Pedro Peláez
Symfony2 bundle for Heise Shariff
Forked from https://github.com/valiton/ShariffBundle, (*2)
This bundle allows to easily integrate Shariff with your Symfony 2 application, (*3)
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
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: ~
MIT, (*8)
Symfony2 bundle for Heise Shariff
MIT
Symfony2 bundle for Heise Shariff
MIT