1 Star 0 Fork 0

王宁凯 / msgraph-sdk-php

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 611 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"name": "microsoft/microsoft-graph",
"type": "library",
"description": "The Microsoft Graph SDK for PHP",
"homepage": "https://graph.microsoft.io/en-us/",
"license": "MIT",
"authors": [
{
"name": "Michael Mainer",
"email": "mmainer@microsoft.com",
"role": "Developer"
}
],
"require": {
"php": "^5.6 || ^7.0",
"guzzlehttp/guzzle": "^6.2"
},
"require-dev": {
"phpunit/phpunit": "^5.5",
"phpdocumentor/phpdocumentor": "^2.9",
"mikey179/vfsStream": "^1.2"
},
"autoload": {
"psr-4": {
"Microsoft\\Graph\\": "src/",
"Microsoft\\Graph\\Test\\": "tests/Functional/"
}
}
}
1
https://gitee.com/wangningkai/msgraph-sdk-php.git
git@gitee.com:wangningkai/msgraph-sdk-php.git
wangningkai
msgraph-sdk-php
msgraph-sdk-php
master

搜索帮助