PHPackages                             menes1337/3dcart-api-php-client - 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. menes1337/3dcart-api-php-client

ActiveLibrary[API Development](/categories/api)

menes1337/3dcart-api-php-client
===============================

PHP client library for accessing 3dCart Soap API, Soap Advanced API and REST API

0.5.0(9y ago)1181[2 PRs](https://github.com/Menes1337/3dcart-api-php-client/pulls)MITPHP

Since Mar 19Pushed 5y agoCompare

[ Source](https://github.com/Menes1337/3dcart-api-php-client)[ Packagist](https://packagist.org/packages/menes1337/3dcart-api-php-client)[ RSS](/packages/menes1337-3dcart-api-php-client/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

[![Build Status](https://camo.githubusercontent.com/c343d63667341e736845b18333d8469e97dbf416747bf16f95b302a5ce861fce/68747470733a2f2f7472617669732d63692e6f72672f4d656e6573313333372f3364636172742d6170692d7068702d636c69656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Menes1337/3dcart-api-php-client)[![codecov](https://camo.githubusercontent.com/fc1cfa56bb2450458dd4a2720a209d047dd0e0e9c9950408e67fe373e11cf604/68747470733a2f2f636f6465636f762e696f2f67682f4d656e6573313333372f3364636172742d6170692d7068702d636c69656e742f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/Menes1337/3dcart-api-php-client)[![Codacy Badge](https://camo.githubusercontent.com/47ba131b0e7b0b4f62716ba60bce119bc64b7b4d93ab06ddfbc9d147c77da2c2/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f6161623432396163386662333432646539386363333238336439323061333639)](https://www.codacy.com/app/Menes1337/3dcart-api-php-client?utm_source=github.com&utm_medium=referral&utm_content=Menes1337/3dcart-api-php-client&utm_campaign=Badge_Grade)

3dcart PHP Api-Client
=====================

[](#3dcart-php-api-client)

Project properties
------------------

[](#project-properties)

Codestyle: PSR-1 () / PSR-2 ()

Autoloading: PSR-4 ()

Minimum PHP Version: 5.6

Example usage
-------------

[](#example-usage)

### Project Initialization

[](#project-initialization)

```
git clone https://github.com/Menes1337/3dcart-api-php-client.git
cd 3dcart-api-php-client
composer install

```

### Soap API

[](#soap-api)

```
include('vendor' . DIRECTORY_SEPARATOR . 'autoload.php');

use \ThreeDCart\Primitive\StringValueObject;

$soapFactory = new \ThreeDCart\Api\Soap\Factory();
$soapClient  = $soapFactory->getApiClient(
    new StringValueObject('Your 3dcart API key'),
    new StringValueObject('yourstore.3dcartstores.com')
);

$customerObjects = $soapClient->getCustomers();

var_dump($customerObjects);

```

### Advanced SOAP API

[](#advanced-soap-api)

```
include('vendor' . DIRECTORY_SEPARATOR . 'autoload.php');

use \ThreeDCart\Primitive\StringValueObject;

$soapFactory = new \ThreeDCart\Api\Soap\Factory();
$advancedClient  = $soapFactory->getAdvancedApiClient(
    new StringValueObject('Your 3dcart API key'),
    new StringValueObject('yourstore.3dcartstores.com')
);

$plainCustomersArray = $advancedClient->runQuery(
    new StringValueObject('SELECT * FROM customer')
);

var_dump($plainCustomersArray);

```

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

[](#contributing)

You are welcome to contribute!

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Make sure the codestyle (PSR-1 / PSR-2) is applied to your changes, your code is PHP Unit tested and can be executed on PHP 5.6/7.0/7.1
4. Commit your changes (`git commit -am 'Add some feature'`))
5. Push to the branch (`git push origin my-new-feature`)
6. Create a new pull request

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity54

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

3389d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/20885750?v=4)[Oliver Müller](/maintainers/Menes1337)[@Menes1337](https://github.com/Menes1337)

---

Tags

3dcartapilibrary

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/menes1337-3dcart-api-php-client/health.svg)

```
[![Health](https://phpackages.com/badges/menes1337-3dcart-api-php-client/health.svg)](https://phpackages.com/packages/menes1337-3dcart-api-php-client)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k33](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.3M7](/packages/avalara-avataxclient)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2478.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1942.4k4](/packages/aimeos-prisma)

PHPackages © 2026

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