PHP Package: taxjar/taxjar-php
TaxJar PHP library for seamless sales tax calculations and filings
Package Description
TaxJar PHP library provides developers with comprehensive tools for automating sales tax calculations, address verification, and tax rate lookups. Easily integrate tax compliance into your eCommerce platforms and applications. Simplify tax filings and ensure accurate taxation for your business transactions. The library streamlines tax API interactions, enabling seamless integration and compliance management for online businesses. Enhance your tax automation processes with TaxJar PHP library.
Download Latest Version: 2.0.1

Previous Versions
Code Integration Example
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/taxjar/taxjar-php/2.0.1/loader.php';
require_once 'libs/sebastianbergmann/phpunit/12.4.1/loader.php';
require_once 'libs/guzzle/guzzle/7.10.0/loader.php';
use TaxJar\TaxJar;
$obj = new TaxJar();
echo '✅ Test OK: ' . get_class($obj);
?>
We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.
Community Discussion
Ask questions, share tips, or report issues below.