2017 © Pedro Peláez
 

library image-unsplash

Get easily any Unsplash images with a clean PHP class

image

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

The README.md

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

  1. Install Composer (https://getcomposer.org)
  2. 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)

The Versions

12/12 2017

dev-master

9999999-dev http://ph7.me

Get easily any Unsplash images with a clean PHP class

  Sources   Download

MIT

The Requires

  • php >=7.1.0

 

The Development Requires

api image photo images photos unsplash

04/09 2017

v3.2

3.2.0.0 http://ph7.me

Get easily any Unsplash images with a clean PHP class

  Sources   Download

MIT

The Requires

  • php >=7.1.0

 

The Development Requires

api image photo images photos unsplash

04/09 2017

v3.0

3.0.0.0 http://ph7.me

Get easily any Unsplash images with a clean PHP class

  Sources   Download

MIT

The Requires

  • php >=7.1.0

 

The Development Requires

api image photo images photos unsplash

27/08 2017

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

  • php >=7.1.0

 

The Development Requires

api image photo images photos unsplash

27/08 2017

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

  • php >=7.1.0

 

The Development Requires

api image photo images photos unsplash