PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Hashemi Rafsan   PHP Github APIz   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Github APIz
Access projects hosted in Github with its REST API
Author: By
Last change:
Date: 3 years ago
Size: 824 bytes
 

Contents

Class file image Download
{ "name": "hashemirafsan/githubapiz", "description": "Github api's", "keywords": ["github", "laravel", "PHP", "github-api"], "type": "library", "license": "MIT", "authors": [ { "name": "Hashemi Rafsan", "email": "rafsanhashemi@gmail.com" } ], "minimum-stability": "dev", "require": { "php": ">=5.5.9", "guzzlehttp/guzzle": "^6.3@dev" }, "autoload": { "psr-4": { "HashemiRafsan\\GithubApiz\\": "src/" } }, "extra": { "laravel" : { "providers": [ "HashemiRafsan\\GithubApiz\\GithubApizServiceProvider" ], "alias" : { "GithubApiz" : "HashemiRafsan\\GithubApiz\\Facades\\GiithubApiz" } } } }