unsplash-php
unsplash-php copied to clipboard
👻 Official PHP wrapper for the Unsplash API
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 6.5.4 to 6.5.8. Release notes Sourced from guzzlehttp/guzzle's releases. Release 6.5.8 See change log for changes. Release 6.5.7 See change log for changes. Release 6.5.6 See change...
Hi all! It looks like this package is not being auto-updated on Packagist: > This package is not auto-updated. > https://packagist.org/packages/unsplash/unsplash I'm sure it will eventually pickup the new release...
I'm trying to figure out how to search my personal collection for images, and only return results within my collection. However, I keep getting images that I definitely don't have...
Hi ## Problems My school has a proxy server, and when I try to use this library there, I get the following error. ``` PHP Fatal error: Uncaught GuzzleHttp\\Exception\\ConnectException: cURL...
# Changed log - Correct the file permission for PHP files on `tests` folder. - Using the `assertCount` to assert expected is same as result. - Adding the `XDEBUG_MODE=coverage` to...
$collection = Crew\Unsplash\Collection::find(integer $id); $photos = $collection->photos($page, $per_page); The retrieve photos of a collection returns an ArrayObject. Please make it to return a PageResult as you have at Search::photos as...
Hi! I'm not sure if I'm missing something, but I'm not able to find the information of the photographer for the attribution. WHen getting a random photo, I call photo->download()...
If you do the following code: ``` $photo = \Crew\Unsplash\Photo::find(null); $download_url = $photo->download(); ``` This is of course a bad ID argument for the find() method but I did this...
Hi, I note that there is already a fix for a PHP 8.1 incompatibility and it was merged to 'master' in April 2022 [https://github.com/unsplash/unsplash-php/commit/ae77fb8f9c5845579883853b5b7ad08a8654abf1]. But the last general release (3.2.1)...
This PR adds support for the beta parameter ['lang'](https://unsplash.com/documentation#parameters-16:~:text=Description-,lang,-Supported%20ISO%20639) on the [Search photos endpoint](https://unsplash.com/documentation#search).