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

ActiveLibrary[API Development](/categories/api)

frontline-development/api-sdk
=============================

Frontline Api SDK

1.1.3(5y ago)019Apache-2.0PHPPHP &gt;=5.6.4

Since Jan 29Pushed 5y agoCompare

[ Source](https://github.com/frontline-development/api-sdk)[ Packagist](https://packagist.org/packages/frontline-development/api-sdk)[ RSS](/packages/frontline-development-api-sdk/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (5)DependenciesVersions (6)Used By (0)

api-sdk
=======

[](#api-sdk)

PHP REST client for the Frontline API.

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

[](#installation)

`composer require frontline-development/api-sdk`

Example usage:

#### Get Orders

[](#get-orders)

```
$fl = new \Frontline::Client($token, $secret);

var_dump($fl->get('/api/orders'));
```

passing params:

```
$fl = new \Frontline::Client($token, $secret);

$fields = array('field' => 'value');

var_dump($fl->get('/api/orders', $fields));
```

#### Get Order

[](#get-order)

```
$fl = new \Frontline::Client($token, $secret);

var_dump($fl->get('/api/orders/{order_id}'));
```

#### Update Order

[](#update-order)

```
$fl = new \Frontline::Client($token, $secret);

$fields = array('field' => 'value');
var_dump($fl->update('/api/orders/{order_id}', $fields));
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity52

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 ~1 days

Total

5

Last Release

1976d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/91746949?v=4)[Frontline-dev](/maintainers/Frontline-dev)[@Frontline-Dev](https://github.com/Frontline-Dev)

---

Top Contributors

[![carmmunity-dev](https://avatars.githubusercontent.com/u/54848318?v=4)](https://github.com/carmmunity-dev "carmmunity-dev (13 commits)")

---

Tags

carmmunity

### Embed Badge

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

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

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

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k12](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

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

PHPackages © 2026

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