定制 99designs/php-desk 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

Build Status

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

GitHub 信息

  • Stars: 7
  • Watchers: 76
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2012-11-23