Skip to content

Commit

Permalink
Add installation instructions for Symfony bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
tacman authored Dec 18, 2024
1 parent 2dc79b5 commit 8d905dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ Install with [Composer](https://getcomposer.org/):

composer require samwilson/phpflickr

Symfony developers can install a [bundle](https://github.com/survos/SurvosFlickrBundle):

composer require survos/flickr-bundle

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.

## Usage

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

0 comments on commit 8d905dd

Please sign in to comment.