PHPackages                             cheddar-getter/client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. cheddar-getter/client

ActiveLibrary

cheddar-getter/client
=====================

The official PHP client for the CheddarGetter API

1.2.1(5y ago)284.9k10[1 issues](https://github.com/marcguyer/cheddargetter-client-php/issues)[1 PRs](https://github.com/marcguyer/cheddargetter-client-php/pulls)1MITPHP

Since Feb 8Pushed 5y ago11 watchersCompare

[ Source](https://github.com/marcguyer/cheddargetter-client-php)[ Packagist](https://packagist.org/packages/cheddar-getter/client)[ Docs](https://cheddargetter.com/developers)[ RSS](/packages/cheddar-getter-client/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (1)DependenciesVersions (6)Used By (1)

Install
=======

[](#install)

Via Composer
------------

[](#via-composer)

1. [Get Composer](https://getcomposer.org/)
2. [Learn Composer](https://getcomposer.org/doc/00-intro.md)
3. Define the requirement in your project `composer.json` file:

```
"require": {
	"cheddar-getter/client": "*"
}
```

4. Run `composer install` from your command line.
5. Make sure you either have the cUrl extension installed in your PHP build or Zend\_Http\_Client (ZF1) is available via autoload. Our `composer.json` only suggests these packages but one or the other is required unless you build your own HTTP adapter (see below).

As a Git submodule
------------------

[](#as-a-git-submodule)

`git clone git://github.com/marcguyer/cheddargetter-client-php.git /path/to/includepath/CheddarGetter`

The 'CheddarGetter' directory must not exist prior to running the above command.

Just download it, geez
----------------------

[](#just-download-it-geez)

[Download](https://github.com/marcguyer/cheddargetter-client-php/archive/master.zip)and unzip the files and put them in a directory called /path/to/includepath/CheddarGetter

Basic Usage
===========

[](#basic-usage)

Instantiate the Client Object
-----------------------------

[](#instantiate-the-client-object)

```
