PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Emil Kilhage   PHP Pexels API   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Pexels API
Search for photos in the Pexels site using its API
Author: By
Last change: Update to Guzzle 6

This will require changes to the Client constructor: Clients are
immutable in Guzzle 6, which means that you cannot change the defaults
used by a client after it's created. The client constructor will need to
be passed the base_uri option.
Relates to #4.
Date: 5 years ago
Size: 574 bytes
 

Contents

Class file image Download
{ "name": "glooby/pexels", "license": "MIT", "type": "library", "description": "Pexels API Client for www.pexels.com", "keywords": ["pexels", "images", "api", "sdk", "glooby"], "homepage": "https://www.glooby.se", "authors": [ { "name": "Emil Kilhage", "email": "emil.kilhage@glooby.com", "homepage": "https://www.glooby.se" } ], "autoload": { "psr-4": { "Glooby\\Pexels\\": "src/" } }, "require": { "php": ">=5.4.0", "guzzlehttp/guzzle": "~6.0" } }