PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Haridarshan Gorana   PHP Instagram API   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Instagram API
Send requests to Instagram API using OAuth tokens
Author: By
Last change:
Date: 8 years ago
Size: 842 bytes
 

Contents

Class file image Download
{ "name": "haridarshan/instagram-php", "description": "Implements the Instagram APIs specified by http://instagram.com/developer/", "keywords": ["instagram", "instagram-api", "php-instagram-api"], "type": "library", "license": "MIT", "homepage": "https://github.com/haridarshan/instagram-php", "authors": [ { "name": "Haridarshan Gorana", "email": "er.haridarshan@gmail.com" } ], "require": { "php": ">=5.6", "guzzlehttp/guzzle": ">=6.2.1", "guzzlehttp/psr7": ">=1.3.1", "ext-curl": "*" }, "require-dev": { "phpunit/phpunit": "5.3.*", "squizlabs/php_codesniffer": "2.5.*", "phpmd/phpmd": "2.4.*" }, "autoload": { "psr-4": { "Haridarshan\\Instagram\\": "src/" } } }