PHPackages                             azoyagroup/api-sdk - 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. azoyagroup/api-sdk

ActiveLibrary[API Development](/categories/api)

azoyagroup/api-sdk
==================

A PHP SDK for with the Azoya API service.

v1.0.7(1y ago)018MITPHP

Since Oct 23Pushed 1y ago2 watchersCompare

[ Source](https://github.com/Azoyagroup/PHP-API-Client)[ Packagist](https://packagist.org/packages/azoyagroup/api-sdk)[ RSS](/packages/azoyagroup-api-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (8)Used By (0)

PHP SDK for \[Azoya API\]
=========================

[](#php-sdk-for-azoya-api)

Welcome to the \[Azoya API\] PHP SDK. This SDK allows you to easily integrate \[Azoya API\] features into your PHP applications.

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

[](#requirements)

- PHP 5.6 or later
- [Composer](https://getcomposer.org/)

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

[](#installation)

To install the SDK, you can use Composer. Run the following command:

```
composer require azoyagroup/api-sdk
```

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

[](#getting-started)

Before you begin, you need to have an API key and secret from \[Azoya\]. If you don't have one, you can contact Azoya.

### Authentication

[](#authentication)

To authenticate your requests, you will need to use your API key and secret. Here's how you can set it up:

```
require 'vendor/autoload.php';

use Azoya\API\SDK;
$apiUrl      = 'azoya_api_url';
$provideCode = 'your_provide_code_here';
$apiKey      = 'your_api_key_here';
$apiSecret   = 'your_api_secet_here';
$sdk = new SDK($apiUrl,$provideCode,$apiKey,$apiSecret);
```

### Making API Requests

[](#making-api-requests)

Here's an example of how to make a simple API request using the SDK:

```
$response = $sdk->getToken();
print_j($response);
$token = $response["token"];
```

Examples
--------

[](#examples)

Here are some examples of common tasks you can perform with the SDK:

### Product Create

[](#product-create)

```
$params = [
    'items' => [{
         "sku": "test sku",
         "name": "test name",
         // other required fields
    }],
];

try {
    $response = $sdk->ProductCreate($token,$params);
} catch (Exception $e) {
    echo "Error Product Create: " . $e->getMessage();
}
```

### Order Search

[](#order-search)

```
$params = [
    'order_status' => 'processing',
    'per_count' => 50,
    // other required fields
];
try {
    $response = $sdk->OrderSearch($token,$params);
} catch (Exception $e) {
    echo "Error Order Search: " . $e->getMessage();
}
```

License
-------

[](#license)

The \[Azoya API\] PHP SDK is licensed under the [MIT License](LICENSE).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

7

Last Release

572d ago

### Community

Maintainers

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

---

Top Contributors

[![Azoyagroup](https://avatars.githubusercontent.com/u/185904108?v=4)](https://github.com/Azoyagroup "Azoyagroup (1 commits)")

### Embed Badge

![Health badge](/badges/azoyagroup-api-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/azoyagroup-api-sdk/health.svg)](https://phpackages.com/packages/azoyagroup-api-sdk)
```

###  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.9M272](/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)
