PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   Unsplash Helper   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Unsplash Helper
Display images from Unsplash.com
Author: By
Last change: Wrong license
Date: 6 years ago
Size: 543 bytes
 

Contents

Class file image Download
{ "name": "ph-7/image-unsplash", "description": "Get easily any Unsplash images with a clean PHP class", "keywords": ["unsplash", "image", "api", "photo", "photos", "images"], "type": "library", "homepage": "http://ph7.me", "license": "MIT", "authors": [ { "name": "Pierre-Henry Soria", "email": "hi@ph7.me", "homepage": "http://ph7.me" } ], "require": { "php": ">=7.1.0" }, "require-dev": { "phpunit/phpunit": "^6.3" }, "autoload": { "psr-4": { "PH7\\": "src" } } }