Official Client Libraries

SDKs & Libraries

Integrate Taxu into your application in minutes with our official, type-safe libraries for your favorite languages and frameworks.

Popular Libraries

Node.js

Node.js

v2.1.0Verified

Official Node.js SDK for server-side JavaScript and TypeScript applications

npm install @taxu/node
Python

Python

v2.0.5Verified

Official Python SDK for Django, Flask, and FastAPI applications

pip install taxu
Go

Go

v1.5.0Verified

Official Go SDK for high-performance backend services

go get github.com/taxu/taxu-go
React

React

v2.3.0Verified

Official React SDK with hooks and components for frontend integration

npm install @taxu/react

All Supported Platforms

Ruby
v1.8.2

Official Ruby SDK for Rails and Sinatra applications

gem install taxu
PHP
v1.9.1

Official PHP SDK for Laravel, Symfony, and WordPress

composer require taxu/taxu-php
Java
v1.7.3

Official Java SDK for Spring Boot and enterprise applications

implementation "com.taxu:taxu-java:1.7.3"
v1.6.0

Official .NET SDK for ASP.NET Core and C# applications

dotnet add package Taxu.NET
Developer Tools

Taxu CLI

Manage API keys, listen to webhooks, and debug your integration directly from your terminal. The fastest way to build with Taxu.

$ npm install -g @taxu/cli

Installed version 1.2.0

$ taxu login

✓ Authenticated as user@example.com

$ taxu listen --forward-to localhost:3000

Ready to receive webhooks...