PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Nahid Bin Azhar   PHP Github API Client   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Github API Client
Access GitHub user repositories
Author: By
Last change:
Date: 7 years ago
Size: 708 bytes
 

Contents

Class file image Download
{ "name": "nahid/github-php-client", "description": "You can access and manage github api with this package", "type": "library", "keywords": ["php-github-api", "php-github", "github-php", "github-php-client"], "require-dev": { "phpunit/phpunit": "^5.4" }, "license": "CC0-1.0", "authors": [ { "name": "Nahid Bin Azhar", "email": "nahd.dns@gmail.com" } ], "minimum-stability": "dev", "require": { "illuminate/config": "^5.2", "duncan3dc/sessions": "^1.0" }, "autoload": { "psr-4": { "Nahid\\GithubClient\\": "src/" }, "files":[ "src/helpers/github.php" ] } }