PHPackages                             nickcheek/atdconnect - 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. nickcheek/atdconnect

ActiveLibrary[API Development](/categories/api)

nickcheek/atdconnect
====================

API Wrapper for ATD

020PHP

Since Feb 9Pushed 4y ago2 watchersCompare

[ Source](https://github.com/nickcheek/AtdConnect)[ Packagist](https://packagist.org/packages/nickcheek/atdconnect)[ RSS](/packages/nickcheek-atdconnect/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (3)Used By (0)

API Wrapper for ATD
===================

[](#api-wrapper-for-atd)

[![Latest Stable Version](https://camo.githubusercontent.com/f2e0698ea10d458cdd38cff901317790ac24c0022beac8fd047b28d5304bfbf5/68747470733a2f2f706f7365722e707567782e6f72672f6e69636b636865656b2f617464636f6e6e6563742f762f737461626c65)](https://packagist.org/packages/nickcheek/atdconnect)[![Latest Unstable Version](https://camo.githubusercontent.com/4a3a5033532673d532565fdaf3881cadd77d7beb9b35220e8e57b2987674c804/68747470733a2f2f706f7365722e707567782e6f72672f6e69636b636865656b2f617464636f6e6e6563742f762f756e737461626c65)](https://packagist.org/packages/nickcheek/atdconnect)[![License](https://camo.githubusercontent.com/caba1528482d10180d2063ebca2ec8db2808a0db18f9915546b9d1bd74a7c4ba/68747470733a2f2f706f7365722e707567782e6f72672f6e69636b636865656b2f617464636f6e6e6563742f6c6963656e7365)](https://packagist.org/packages/nickcheek/atdconnect)[![Total Downloads](https://camo.githubusercontent.com/fe35581263b65ded03c02e88be52145ab5deeb3de58f7a24da0f895fcceddaee/68747470733a2f2f706f7365722e707567782e6f72672f6e69636b636865656b2f617464636f6e6e6563742f646f776e6c6f616473)](https://packagist.org/packages/nickcheek/atdconnect)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/567d1d05c3571eb233ab6db665f053e77cc6fbdcd21fdc87a3fe4b244bf74144/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6e69636b636865656b2f417464436f6e6e6563742f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/nickcheek/AtdConnect/?branch=master)[![Build Status](https://camo.githubusercontent.com/442edef47fb5fa79f3afe16e2d39e0109988faa24f78cda58dd3085102b9840f/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6e69636b636865656b2f417464436f6e6e6563742f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/nickcheek/AtdConnect/build-status/master)

PHP Soap API wrapper for American Tire Distributor that integrates WSS security in to the header of the soap call.

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

[](#installation)

You can install the package via composer:

```
composer require nickcheek/atdconnect
```

Usage
-----

[](#usage)

Add the library to the top of your controller

```
use \Nickcheek\Atdconnect\Atdconnect;
```

Add the ATD credentials in config

```
'client'=> 'client_name',
'user'	=> 'your_username',
'pass'	=> 'your_password',
'location' => 'your_location_id'
```

set your location and declare your variables

```
$client = new Atdconnect();
$response = $client->Brand()->getStyle('goodyear');
return $response
```

You can also use the array builder functions

```
$client = new Atdconnect();
$search = $client->setSizeSearch('3055520');
return $client->Product()->getProductByCriteria($search);
```

Available Methods
-----------------

[](#available-methods)

#### Location

[](#location)

```
getLocationByCriteria();
getLocationCutoffTimes();
getDistributionCenter($distributioncenter);
```

#### Brand

[](#brand)

```
getBrand($group);
getStyle($brand);
```

#### Products

[](#products)

```
getProdBrand($group);
getProductByCriteria();
getProductByKeyword();
```

#### Order

[](#order)

```
placeOrder();
previewOrder();
```

#### Status

[](#status)

```
getOrderDetail();
getOrderStatusByCriteria();
```

#### Vehicle

[](#vehicle)

```
getVehicleYear();
getVehicleMake($year);
getVehicleModel($year,$make);
getVehicleTrim($year,$make,$model);
getVehicleTrimOptions($year,$make,$model,$trim);
getVehiclePlusSizes($year,$make,$model,$trim);
getProductByFitment($year,$make,$model,$trim,$option);
getVehicleByVehicleId($vID);
getVehicleByLicensePlate($num,$state);
getVehicleByVIN($vin)
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Nicholas Cheek](https://github.com/nickcheek)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.2% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/4f33b515b89e91b73f02d7f38c436c85be7f9035c99f0cfa1ba78a1806045def?d=identicon)[nickcheek](/maintainers/nickcheek)

---

Top Contributors

[![nickcheek](https://avatars.githubusercontent.com/u/7572691?v=4)](https://github.com/nickcheek "nickcheek (50 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (2 commits)")

### Embed Badge

![Health badge](/badges/nickcheek-atdconnect/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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