PHPackages                             silinternational/apiaxle-sdk-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. [API Development](/categories/api)
4. /
5. silinternational/apiaxle-sdk-php

AbandonedArchivedLibrary[API Development](/categories/api)

silinternational/apiaxle-sdk-php
================================

PHP client for ApiAxle APIs

2.0.2(1y ago)0601MITPHPPHP &gt;=5.4

Since Oct 10Pushed 9mo ago3 watchersCompare

[ Source](https://github.com/sil-org/apiaxle-sdk-php)[ Packagist](https://packagist.org/packages/silinternational/apiaxle-sdk-php)[ RSS](/packages/silinternational-apiaxle-sdk-php/feed)WikiDiscussions develop Synced 3w ago

READMEChangelog (3)Dependencies (7)Versions (9)Used By (0)

apiaxle-sdk-php
===============

[](#apiaxle-sdk-php)

This library provides coverage for the [ApiAxle](http://apiaxle.com) API. It was built using [Guzzle](https://github.com/guzzle/guzzle) and [Guzzle Services](https://github.com/guzzle/guzzle-services) for simplicity of development and maintenance.

[![Coverage Status](https://camo.githubusercontent.com/b32f8c03f7aba5625cc52f5979ff05f7566b7f56b25311674d541f297e125848/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f73696c696e7465726e6174696f6e616c2f61706961786c652d73646b2d7068702f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/silinternational/apiaxle-sdk-php?branch=master)[![Build Status](https://camo.githubusercontent.com/19aed7e8e65e7e26294b7c056c7537e2e74d46e9bf243583d4c23300713de0d5/68747470733a2f2f7472617669732d63692e6f72672f73696c696e7465726e6174696f6e616c2f61706961786c652d73646b2d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/silinternational/apiaxle-sdk-php)

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

[](#installation)

Install using composer:

```
composer require silinternational/apiaxle-sdk-php:^1.0.0

```

Usage
-----

[](#usage)

Each resource has its own class:

- Api: `Apiaxle\Api`
- Key: `Apiaxle\Key`
- Keyring: `Apiaxle\Keyring`

For each resource you instantiate the object by passing in a configuration array with at least the following parameters:

- `endpoint`: The Endpoint URL for your ApiAxle installation
- `key`: The API Key required for authenticating with the ApiAxle API
- `secret`: The Shared Secret required for calculating an API signature

Example:

```
use Apiaxle\Api;

$client = new Api([
    'endpoint' => 'https://apiaxle.api.mydomain.com',
    'key' => 'abc123',
    'secret' => 'abcdefghijklmnopqrstuvwxyz1234567890',
]);
```

Creating an API:

```
use Apiaxle\Api;

$client = new Api([
    'endpoint' => 'https://apiaxle.api.mydomain.com',
    'key' => 'abc123',
    'secret' => 'abcdefghijklmnopqrstuvwxyz1234567890',
]);

$api = $client->create([
    'id' => 'myapi',
    'endpoint' => 'myapiendpoint.com',
    'protocol' => 'https',
    'strictSSL' => true,
    'defaultPath' => '/api',
]);

print_r($api);
```

Output:

```
Array
(
    [statusCode] => 200
    [meta] => Array
        (
            [version] => 1
            [status_code] => 200
        )

    [results] => Array
        (
            [protocol] => https
            [apiFormat] => json
            [endPointTimeout] => 2
            [disabled] => false
            [strictSSL] => true
            [sendThroughApiKey] => false
            [sendThroughApiSig] => false
            [endPoint] => myapiendpoint.com
            [createdAt] => 1389915291013
            [tokenSkewProtectionCount] => 3
            [hasCapturePaths] => false
            [allowKeylessUse] => false
            [keylessQps] => 2
            [keylessQpd] => 172800
            [updatedAt] => 1427892638934
        )

)

```

License
-------

[](#license)

MIT License

Copyright (c) 2016 SIL International

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance47

Moderate activity, may be stable

Popularity14

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 81.3% 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 ~490 days

Recently: every ~731 days

Total

7

Last Release

607d ago

Major Versions

1.0.3 → 2.0.02022-11-16

### Community

Maintainers

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

![](https://www.gravatar.com/avatar/836739aa4f60c754dc9a4a547ebd0c166e4b6e855d9f119df2be5aec92f3a375?d=identicon)[forevermatt](/maintainers/forevermatt)

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

![](https://www.gravatar.com/avatar/5256eacae3564eb6d3e954abc6552ed99a6d948d94d2b07cc1dc9dabb0bce108?d=identicon)[jason-jackson](/maintainers/jason-jackson)

---

Top Contributors

[![forevermatt](https://avatars.githubusercontent.com/u/6233204?v=4)](https://github.com/forevermatt "forevermatt (13 commits)")[![Baggerone](https://avatars.githubusercontent.com/u/8058522?v=4)](https://github.com/Baggerone "Baggerone (2 commits)")[![fillup](https://avatars.githubusercontent.com/u/556105?v=4)](https://github.com/fillup "fillup (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/silinternational-apiaxle-sdk-php/health.svg)

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

###  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)
