PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Nahid Bin Azhar   PHP StackExchange API   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP StackExchange API
Access the StackExchange sites using its API
Author: By
Last change:
Date: 1 year ago
Size: 733 bytes
 

Contents

Class file image Download
{ "name": "nahid/php-stack-api", "description": "Its a PHP SDK for StackExchange API version 2.2", "type": "library", "keywords": ["StackExchange", "stackapi", "stackapps", "laravel", "php", "api", "php-stack-api"], "license": "Creative Common", "authors": [ { "name": "Nahid Bin Azhar", "email": "nahd.dns@gmail.com" } ], "require-dev": { "phpunit/phpunit": "^5.4" }, "minimum-stability": "dev", "require": { "illuminate/config": "^5.2", "duncan3dc/sessions": "^1.0" }, "autoload": { "psr-4": { "Nahid\\StackApis\\": "src/" }, "files": [ "src/helpers/stackapis.php" ] } }