PHPackages                             anytech/vendapi - 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. [API Development](/categories/api)
4. /
5. anytech/vendapi

ActiveLibrary[API Development](/categories/api)

anytech/vendapi
===============

Vend API class

v2.1(6y ago)01.5kMITPHPPHP &gt;=5.3.0

Since Aug 20Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/Anytech/VendAPI)[ Packagist](https://packagist.org/packages/anytech/vendapi)[ Docs](http://github.com/anytech/vendapi)[ RSS](/packages/anytech-vendapi/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (7)Used By (0)

Vend API class
==============

[](#vend-api-class)

This is a basic PHP class for using the API for Vend (vendhq.com). It is at a really basic state but it does exactly what I need at the moment. Feel free to add any issues/bugs and send me any pull requests.

NB: Updating to API 2.0

Installation and Basic Usage
----------------------------

[](#installation-and-basic-usage)

### With Composer

[](#with-composer)

The easiest way to install Vend API is via [composer](http://getcomposer.org/). Create the following `composer.json` file and run the `php composer.phar install` command to install it.

```
{
    "require": {
        "anytech/vendapi": "dev-master"
    }
}
```

### Without Composer

[](#without-composer)

Why are you not using [composer](http://getcomposer.org/)? Download and extract the [zip file](https://github.com/anytech/VendAPI/archive/master.zip) from the repo into your project path somewhere.

```
