99designs/php-desk
最新稳定版本:v1.0.1
Composer 安装命令:
composer require 99designs/php-desk
包简介
PHP client for Desk.com API
README 文档
README
A php 5.3+ wrapper for the Desk.com API
While this is in use in some projects, it will eventually be updated/refactored to be based on Guzzle (work in progress).
Installation
To add php-desk to a project, the easiest way is via composer:
{
"require": {
"99designs/php-desk": "dev-master"
}
}
Usage
Before you use the API, you need an access token and other credentials. Your token can be found under your client application's details in Admin — General Settings — API Applications.
<?php $desk = new \Desk( YOUR_DESK_SUBDOMAIN, YOUR_CONSUMER_KEY, YOUR_CONSUMER_SECRET, YOUR_OAUTH_TOKEN, YOUR_OAUTH_TOKEN_SECRET ); // TODO: describe API calls here
Copyright
Copyright (c) 2012 99designs See LICENSE for details.
统计信息
- 总下载量: 3.93k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2012-11-23