PHPackages                             bubnov-mikhail/landedcostcalculationapi - 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. bubnov-mikhail/landedcostcalculationapi

ActiveLibrary[API Development](/categories/api)

bubnov-mikhail/landedcostcalculationapi
=======================================

Landed Cost API providing duty rates, calculation, and item harmonization. A set of sample requests are available as a \[Postman Collection\](https://www.getpostman.com/collections/ad308f6c9351a18c2c12). ## Basics ### Timestamps Timestamps should be formatted using ISO-8601 to the nearest second, in UTC e.g `2015-06-12T09:17:37Z` ### Expiries All Requests will have an associated timestamp. The validity for any request is 1 minute to account for any clock-skew. ## Authorization All API requests require an http header that contains your account ID and your account API Key. During account provisioning, you will be issued an API Key which you must supply with every request. ### Authorization Header To make an authorized API request, set the following HTTP header: `authorization: avalaraapikey id:&lt;accountId&gt; key:&lt;apiKey&gt;`

1.0.0(9y ago)013.7kMITPHPPHP &gt;=5.4.0

Since May 11Pushed 9y ago1 watchersCompare

[ Source](https://github.com/bubnov-mikhail/landedcostcalculationapi)[ Packagist](https://packagist.org/packages/bubnov-mikhail/landedcostcalculationapi)[ Docs](https://apimatic.io)[ RSS](/packages/bubnov-mikhail-landedcostcalculationapi/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

LandedCostCalculationAPILib
===========================

[](#landedcostcalculationapilib)

This API SDK was automatically generated by [APIMATIC v2.0](https://apimatic.io/).

How To Configure:
=================

[](#how-to-configure)

The generated code might need to be configured with your API credentials. To do that, provide the credentials and configuration values as a constructor parameters for the controllers

How To Build:
=============

[](#how-to-build)

The generated code has dependencies over external libraries. These dependencies are defined in the `composer.json` file. To resolve these dependencies, we use the *Composer* package manager. You will need internet access for this.

1. If you have not already installed Composer, [install the latest version](https://getcomposer.org/download/).
2. Once Composer is installed, from commandline, run `composer install`to install dependencies.

How To Use:
===========

[](#how-to-use)

For using this SDK do the following:

1. Use Composer to install the dependencies. See the section "How To Build".
2. See that you have configured your SDK correctly. See the section "How To Configure".
3. Depending on your project setup, you might need to include composer's autoloader in your PHP code to enable autoloading of classes.

    ```
    require_once "vendor/autoload.php";
    ```
4. Import the SDK client in your project:

    ```
    use LandedCostCalculationAPILib\LandedCostCalculationAPIClient;
    ```
5. Instantiate the client. After this, you can now get the controllers and call the respective methods:

    ```
    $client = new LandedCostCalculationAPIClient();
    $controller = $client->getLandedCostCalculationAPI();
    ```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

3285d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cfc35f6ef7f8c1025f89bed8181c928aac39c2fb9884009f8b9dc44fc50c7020?d=identicon)[bubnov](/maintainers/bubnov)

---

Tags

apisdkLandedCost Calculation API

### Embed Badge

![Health badge](/badges/bubnov-mikhail-landedcostcalculationapi/health.svg)

```
[![Health](https://phpackages.com/badges/bubnov-mikhail-landedcostcalculationapi/health.svg)](https://phpackages.com/packages/bubnov-mikhail-landedcostcalculationapi)
```

###  Alternatives

[bandwidth/sdk

Bandwidth's set of APIs

16948.8k1](/packages/bandwidth-sdk)[messagemedia/messages-sdk

The MessageMedia Messages API provides a number of endpoints for building powerful two-way messaging applications.

13390.6k](/packages/messagemedia-messages-sdk)

PHPackages © 2026

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