Skip to content

Commit 8d905dd

Browse files
authored
Add installation instructions for Symfony bundle
1 parent 2dc79b5 commit 8d905dd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ Install with [Composer](https://getcomposer.org/):
2727

2828
composer require samwilson/phpflickr
2929

30+
Symfony developers can install a [bundle](https://github.com/survos/SurvosFlickrBundle):
31+
32+
composer require survos/flickr-bundle
33+
34+
After setting the API key and secret in the environment, you can simply inject the FlickrService into your controller or service, rather than instanciating it as described below.
35+
3036
## Usage
3137

3238
Once you've included Composer's autoloader, create a PhpFlickr object.

0 commit comments

Comments
 (0)