PHPackages                             okanjo/taxjar - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. okanjo/taxjar

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

okanjo/taxjar
=============

TaxJar Software Development Kit

354PHP

Since Nov 24Pushed 11y ago2 watchersCompare

[ Source](https://github.com/Okanjo/taxjar)[ Packagist](https://packagist.org/packages/okanjo/taxjar)[ RSS](/packages/okanjo-taxjar/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

TaxJar SDK
==========

[](#taxjar-sdk)

This library provides integration support with the [TaxJar API](http://www.taxjar.com/api/docs/).

Prerequisites
-------------

[](#prerequisites)

To use the TaxJar SDK, you must obtain a [TaxJar API token](http://www.taxjar.com/api_sign_up).

Getting Started
---------------

[](#getting-started)

We suggest you use Composer to install the TaxJar SDK, well, because it's simple. Just do this:

Create or add to your existing `composer.json` file:

```
{
    "require": {
        "okanjo/taxjar": "*"
    }
}
```

Then do the install or update by:

```
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar install
```

And use the Composer autoloader to include everything like magic:

```
