PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ujah Chigozie peter   PHP Instagram API Query   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Instagram API Query
Get details about Instagram users from their pages
Author: By
Last change:
Date: 1 year ago
Size: 802 bytes
 

Contents

Class file image Download
{ "name": "peterujah/php-instagram-query", "type": "library", "description": "A simple php class to extract user profile picture, page_ids, profile_id & name from instagram.", "homepage": "https://github.com/peterujah/php-instagram-query", "keywords": [ "library", "instagram", "php instagram", "instagram profile picture", "php" ], "license": "MIT", "authors": [ { "name": "Ujah Chigozie", "email": "ujahchigozie@gmail.com" } ], "require": { "php": ">=5.3.0", "serps/core": "^0.3.1", "serps/http-client-curl": "^0.2.3" }, "autoload": { "psr-4": { "Peterujah\\NanoBlock\\": "src/" } }, "prefer-stable": true }