PHPackages                             arcadier/arcadier-php - 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. arcadier/arcadier-php

ActiveLibrary

arcadier/arcadier-php
=====================

Arcadier's PHP SDK

v1.9(5y ago)016PHPPHP ^7.0.0

Since Jul 24Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Arcadier/arcadier-php)[ Packagist](https://packagist.org/packages/arcadier/arcadier-php)[ RSS](/packages/arcadier-arcadier-php/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (10)Dependencies (1)Versions (11)Used By (0)

Arcadier PHP SDK
================

[](#arcadier-php-sdk)

 [![](https://camo.githubusercontent.com/8e1794660683927c88ee7edc10ba3e2d2d3da3059bd6bbf46962e7ed8961c6c7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f61726361646965722f61726361646965722d706870)](https://camo.githubusercontent.com/8e1794660683927c88ee7edc10ba3e2d2d3da3059bd6bbf46962e7ed8961c6c7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f61726361646965722f61726361646965722d706870)[![](https://camo.githubusercontent.com/174c8fa3a5f583d454416962f15a6f4a953fcae93978ded4232a1880992f4641/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f41726361646965722f61726361646965722d706870)](https://camo.githubusercontent.com/174c8fa3a5f583d454416962f15a6f4a953fcae93978ded4232a1880992f4641/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f41726361646965722f61726361646965722d706870)

- [Requirements](https://github.com/Arcadier/arcadier-php#requirements)
- [Getting Started](https://github.com/Arcadier/arcadier-php#getting-started)
- [Documentation for the SDK](https://github.com/Arcadier/arcadier-php#documentation-for-the-sdk)
- [Documentation for Arcadier's APIs](https://github.com/Arcadier/arcadier-php#documentation-for-apis)
- [Changelog](https://github.com/Arcadier/arcadier-php#changelog)

This PHP SDK is an API wrapper that allows developers to integrate their PHP applications easily with Arcadier's APIs. It does the heavily lifting of building the requests and authentication for every API call

Requirements
------------

[](#requirements)

- PHP 7.0.0+
- An Arcadier marketplace of [package Scale](https://www.arcadier.com/packages.html) or above (including [Enterprise](https://www.arcadier.com/enterprise/))

Getting Started
---------------

[](#getting-started)

Download the required libraries to your directory using the following Composer command line:

```
composer require arcadier/arcadier-php
```

Find the `.env` file in the following directory created: "vendor\\arcadier\\arcadier-php\\src" and replace the variables with the relevant values:

```
CLIENT_ID = ""
CLIENT_SECRET = ""
DOMAIN = ""
PROTOCOL = ""

```

Remember to load the SDK by including the following line in all your PHP scripts:

```
require "vendor\arcadier\arcadier-php\src\api.php";
$sdk = new ApiSdk();
```

---

### Trying it

[](#trying-it)

In every PHP script in your root directory, make sure to include `api.php`

```
require "vendor\arcadier\arcadier-php\src\api.php";
$sdk = new ApiSdk();
```

Then you will be able to call Arcadier's APIs in your script.

Get your marketplace's information

Endpoint: **GET** **`/api/v2/marketplaces`**

```
$marketplace_info = $sdk->getMarketplaceInfo();
echo $marketplace_info;
```

Listing all items:

Endpoint: **GET** **`/api/v2/items`**

```
$item_list = $sdk->getAllItems();
echo $item_list['Records']; //The actual array of items is in the "Records" field of the JSON response
```

Documentation for the SDK
-------------------------

[](#documentation-for-the-sdk)

The full documentation for the SDK can be found [here](https://arcadier.github.io).

Documentation for APIs
----------------------

[](#documentation-for-apis)

View our full API collection on Postman here: [API Documentation](https://apiv2.arcadier.com).

Changelog
---------

[](#changelog)

Our changelog can be accessed [here](https://changelog.arcadier.com).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 82.4% 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 ~6 days

Total

10

Last Release

2062d ago

PHP version history (2 changes)v1.2PHP 7.0.0

v1.3PHP ^7.0.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/43057493?v=4)[Tanoo Joyekurun](/maintainers/tanoojoy)[@tanoojoy](https://github.com/tanoojoy)

---

Top Contributors

[![bryancghnus](https://avatars.githubusercontent.com/u/43976316?v=4)](https://github.com/bryancghnus "bryancghnus (14 commits)")[![ArcadierPteLtd](https://avatars.githubusercontent.com/u/61174583?v=4)](https://github.com/ArcadierPteLtd "ArcadierPteLtd (3 commits)")

---

Tags

arcadierarcadier-apisarcadier-marketplacesmarketplacephp-sdksdksdkecommercemarketplacearcadier

### Embed Badge

![Health badge](/badges/arcadier-arcadier-php/health.svg)

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

###  Alternatives

[aimeos/aimeos-core

Full-featured e-commerce components for high performance online shops

4.5k346.9k48](/packages/aimeos-aimeos-core)[highsidelabs/walmart-api

A PHP client for Walmart's Marketplace, 1P Supplier, and Content Provider APIs.

308.0k](/packages/highsidelabs-walmart-api)

PHPackages © 2026

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