PHPackages                             avalara/avalara\_sdk - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. avalara/avalara\_sdk

ActiveLibrary[HTTP &amp; Networking](/categories/http)

avalara/avalara\_sdk
====================

API for evaluating transactions against direct-to-consumer Beverage Alcohol shipping regulations. This API is currently in beta.

25.11.2(5mo ago)192unlicensePHPPHP ^7.3 || ^8.0CI passing

Since Mar 21Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/avadev/Avalara-SDK-PHP)[ Packagist](https://packagist.org/packages/avalara/avalara_sdk)[ Docs](https://openapi-generator.tech)[ RSS](/packages/avalara-avalara-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (9)Versions (18)Used By (0)

Avalara.SDK - the Unified Java SDK for next gen Avalara services.
=================================================================

[](#avalarasdk---the-unified-java-sdk-for-next-gen-avalara-services)

Unified SDK consists of services on top of which the Avalara Compliance Cloud platform is built. These services are foundational and provide functionality such as einvoicing.

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.3 and later. Should also work with PHP 8.0 but has not been tested.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/avadev/Avalara-SDK-PHP.git"
    }
  ],
  "require": {
    "avalara/avalara_sdk": "24.12.1"
  }
}
```

Then run `composer install`

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

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
