PHP Package for the SaasPro

These libraries are open source and are released as such. If you have located a bug or have questions, please visit the GitHub repositories that are associated with the sample code and provide feedback there.
Latest SDK version v2 (Build package: org.openapitools.codegen.languages.PhpClientCodegen)
Requirements

PHP 5.5 and later

Installation

Composer

To install the bindings via Composer, add the following to composer.json:

      { 
        "repositories": [ 
          { 
            "type": "vcs", 
            "url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git" 
          } 
        ], 
        "require": { 
          "GIT_USER_ID/GIT_REPO_ID": "*@dev" 
        } 
      }       

Then run composer install.

Manual Installation

Download the files and include autoload.php:

require_once('/path/to/avalara.comms.rest.v2/vendor/autoload.php');       

Tests

To run the unit tests:

composer install 
./vendor/bin/phpunit