PHPackages                             beebots/taxify - 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. [API Development](/categories/api)
4. /
5. beebots/taxify

ActiveLibrary[API Development](/categories/api)

beebots/taxify
==============

Connect your website with Taxify's API. Originally zaycon/taxify.

v2.1.1(3y ago)0731MITPHPPHP ^8.1

Since Nov 4Pushed 3y agoCompare

[ Source](https://github.com/beebots/taxify)[ Packagist](https://packagist.org/packages/beebots/taxify)[ Docs](https://github.com/beebots/taxify)[ RSS](/packages/beebots-taxify/feed)WikiDiscussions main Synced yesterday

READMEChangelog (1)DependenciesVersions (12)Used By (1)

rk/Taxify
=========

[](#rktaxify)

Connect your website with the [Taxify](https://www.taxify.co/) API

Table of Contents
-----------------

[](#table-of-contents)

- [Notes](#notes)
- [Installation](#install)
- [Documentation](#documentation)
- [About](#about)

 Fork Notes
--------------------------------------------

[](#-fork-notes)

It looked like the original [ZayconTaxify](https://packagist.org/packages/zaycon/taxify) library was abandoned a few years ago at the time of writing this. We needed to support [Taxify](https://www.taxify.co/) in a project, and it has been an adventure. The biggest challenge has been finding adequate [documentation](https://github.com/TaxifyAPI/TaxifyAPI) for the Taxify API itself.

This fork/alternative is derived from the original source of [ZayconTaxify](https://packagist.org/packages/zaycon/taxify) and differs enough to be its own implementation now. I've bumped the version to 2.0 to prevent any accidental installs of this package.

Major changes:

- Support PHP &gt;= 7.1.
- Support PSR-4 autoloading.
- Upgrade PHPUnit to v6 for development
- Decoupled the common "request" object into individual requests:

    - `VerifyAddress`
    - `CalculateTax`
    - `CommitTaxRequest`
    - `CancelTaxRequest`
    - `GetCodesRequest`
- Decoupled the common "response" object into individual responses:

    - `VerifyAddressResponse`
    - `CalculateTax`
    - `CommitTaxResponse`
    - `CancelTaxResponse`
    - `GetCodesResponse`
- Refactored to make better use of traits and type hinting

Installation
-----------------------------------------------

[](#installation)

Add `rk/taxify` to your `composer.json` file. (We're not currently published to packagist.)

```
{
  "require": {
    "rk/taxify": "~2.0"
  },
  "repositories": [
    {
      "type": "git",
      "url": "https://github.com/rk/taxify.git"
    }
  ]
}
```

Documentation
------------------------------------------------------

[](#documentation)

**OUTDATED**

Please see tests for the most up-to-date usage.

About
--------------------------------------

[](#about)

Originally developed by [Zaycon Fresh](https://www.zayconfresh.com/).

This version revised, refactored, and updated for PHP 7 by Robert Kosek. Development time and effort is a courtesy of [Wood Street](https://www.woodst.com/).

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity78

Established project with proven stability

 Bus Factor1

Top contributor holds 68.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~315 days

Recently: every ~299 days

Total

9

Last Release

1319d ago

Major Versions

1.0.2 → 2.0.02019-06-14

PHP version history (4 changes)1.0.0PHP &gt;=5.3

2.0.0PHP &gt;=7.1

2.1.0PHP ^7.1

v2.1.1PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/0d62f408027a133c6bd823c38ba7d299f955af4f63dd327296d23a1833b2c04d?d=identicon)[friendscottn](/maintainers/friendscottn)

![](https://www.gravatar.com/avatar/3ff7c2e28bbc23d9ee29902d76f7dd39eac0cc9c75659adb620ea8e46f1427ec?d=identicon)[mattc321](/maintainers/mattc321)

![](https://www.gravatar.com/avatar/3c4af7c9072b047fab9ffa7fbdab623bd83a8d4cc30ef0c420636dade708ae9c?d=identicon)[elephantman](/maintainers/elephantman)

---

Top Contributors

[![TonyDeStefano](https://avatars.githubusercontent.com/u/5439786?v=4)](https://github.com/TonyDeStefano "TonyDeStefano (33 commits)")[![ethanf22](https://avatars.githubusercontent.com/u/4087531?v=4)](https://github.com/ethanf22 "ethanf22 (11 commits)")[![scottnbb](https://avatars.githubusercontent.com/u/143133439?v=4)](https://github.com/scottnbb "scottnbb (3 commits)")[![mattc321](https://avatars.githubusercontent.com/u/15636986?v=4)](https://github.com/mattc321 "mattc321 (1 commits)")

---

Tags

taxify

### Embed Badge

![Health badge](/badges/beebots-taxify/health.svg)

```
[![Health](https://phpackages.com/badges/beebots-taxify/health.svg)](https://phpackages.com/packages/beebots-taxify)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M271](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
