Tac Tacelosky
Tac Tacelosky
Starting in PHP 8.2, dynamic properties were deprecated. We should declare it in the class.
This library could take advantage of some of the goodies in PHP 8 by dropping support for PHP 7. You could tag this as version 1 (for BC), then use...
I create a Symfony bundle that makes installing and using this library very easy. https://github.com/survos/SurvosFlickrBundle The README shows how to create a Symfony application by simply cutting and pasting from...
The user-agent default to the php library, but it might be better to be the calling application. It'd be slightly easier to make that happen in the constructor rather than...
```php public function getPhotos( $photosetId, $userId = null, $extras = null, $perPage = null, $page = null, $privacyFilter = null, $media = null ) ``` With PHP 8, we'll want...
I'd like to use this bundle with Symfony 6. What do you think of a new release that supports the currently maintained versions of Symfony and the other dependencies (like...
I can't figure out how to install the master branch (because I don't understand aliases) Neither of these work: composer req petkopara/multi-search-bundle:^1.0.x-dev composer req petkopara/multi-search-bundle:@1.0.x-dev I've tried every variation I...
cool bundle, thanks for releasing it! I'm trying to get the demo working, along with this bundle of course, and running into issues with the latest Symfony. I think dropping...