gwa / gw-flickrphotoset
PHP flickr photoset class
Requires
- gwa/gw-cache: ~1.3
- gwa/gw-exception: ~1.0
Requires (Dev)
- fabpot/php-cs-fixer: ~1.4.2
- phpunit/phpunit: ~4.4.0
This package is not auto-updated.
Last update: 2024-11-05 03:16:27 UTC
README
PHP class for reading flickr photosets.
Tests
To run the tests you will need to create the tests/config.php
file, adding your Flickr API key and a photoset ID.
Master
Contributing
All code contributions - including those of people having commit access - must go through a pull request and approved by a core developer before being merged. This is to ensure proper review of all the code.
Fork the project, create a feature branch, and send us a pull request.
To ensure a consistent code base, you should make sure the code follows the Coding Standards which we borrowed from PSR-2.
The easiest way to do make sure you're following the coding standard is to run vendor/bin/php-cs-fixer fix
before committing.