Skip to content

theskillz/okdesk-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OkDesk PHP API v1

Build Status Packagist

This is an php client for the OkDesk API v1.

Quick Start

require __DIR__ . '/vendor/autoload.php';
use \OkDesk\Api;

$api = new Api("your_okdesk_domain", "your_okdesk_token");

$issue = $api->issues->view(123);
$companiesList = $api->companies->all(['search_string' => 'ACME Ltd']);

Installation

To integrate this library into your application, use Composer. can be installed using Composer by running the following command:

php composer.phar require theskillz/okdesk-api

About

This is an php client for the OkDesk API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages