PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ahmed Khan   PHP Twitter Search PHP SDK   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Twitter Search PHP SDK
Search for tweets and users with Twitter API
Author: By
Last change: updating version number in composer.json
Date: 7 years ago
Size: 498 bytes
 

Contents

Class file image Download
{ "name": "ahmedkhan847/twittersdkphp", "description": "A PHP-SDK for Twitter Search API", "keywords": ["twitter search", "search"], "type": "package", "require": { "guzzlehttp/guzzle": "^6.2" }, "license": "MIT", "authors": [{ "name": "Ahmed Khan", "email": "ahmedkhan_847@hotmail.com" }], "autoload": { "psr-4": { "Twitter\\": "Twitter/" } }, "version": "1.0.1", "minimum-stability": "dev" }