library image-unsplash
Get easily any Unsplash images with a clean PHP class
ph-7/image-unsplash
Get easily any Unsplash images with a clean PHP class
- Tuesday, December 12, 2017
- by ph-7
- Repository
- 0 Watchers
- 4 Stars
- 6 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 5 Versions
- 0 % Grown
Unsplash Helper
Get Unsplash Images Easily
Get easily any Unsplash images with a clean PHP class., (*1)
It's a really lightweight and simple PHP class that helps you to get easily any images from Unsplash.com while keeping your project clean., (*2)
Example
use PH7\Image\Unsplash;
$unsplash = new Unsplash();
$unsplash->setWidth(600)
->setHeight(400)
->setQuality(80)
->setImageId('photo-1462045504115-6c1d931f07d1');
echo '<img src="' . $unsplash->getImage() . '">';
$unsplash->setImageId('photo-1500045992661-f978470eaf7b');
$unsplash->setFit(Unsplash::MAX_FIT);
echo '<img src="' . $unsplash->getImage() . '">';
Installation
- Install Composer (https://getcomposer.org)
- Include it in your project:
bash
composer require ph-7/image-unsplash
Requirements
Author
Made with ♥ and care by Pierre-Henry Soria, (*3)
License
MIT License. Enjoy! :smiley:, (*4)
dev-master
9999999-dev
http://ph7.me
Get easily any Unsplash images with a clean PHP class
Sources
Download
MIT
The Requires
The Development Requires
api
image
photo
images
photos
unsplash
v3.2
3.2.0.0
http://ph7.me
Get easily any Unsplash images with a clean PHP class
Sources
Download
MIT
The Requires
The Development Requires
api
image
photo
images
photos
unsplash
v3.0
3.0.0.0
http://ph7.me
Get easily any Unsplash images with a clean PHP class
Sources
Download
MIT
The Requires
The Development Requires
api
image
photo
images
photos
unsplash
v2.0
2.0.0.0
http://ph7.me
Get easily any Unsplash images with a clean PHP class
Sources
Download
GPL-3.0+
The Requires
The Development Requires
api
image
photo
images
photos
unsplash
v1.0
1.0.0.0
http://ph7.me
Get easily any Unsplash images with a clean PHP class
Sources
Download
GPL-3.0+
The Requires
The Development Requires
api
image
photo
images
photos
unsplash