PHPackages                             signalise/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. signalise/php-client

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

signalise/php-client
====================

Signalise PHP client

1.0.1(1y ago)014.4k↓25%[2 PRs](https://github.com/signalise-io/php-api-client/pulls)1MITPHPPHP ^7.4|^8.0|^8.1

Since Nov 22Pushed 1y ago1 watchersCompare

[ Source](https://github.com/signalise-io/php-api-client)[ Packagist](https://packagist.org/packages/signalise/php-client)[ RSS](/packages/signalise-php-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (4)Versions (5)Used By (1)

Signalise - PHP Client
======================

[](#signalise---php-client)

This is a PHP client for interacting with the Signalise API. it can do the follow things

#### Endpoints

[](#endpoints)

- **/api/v1/connects** - Get connect ids from Signalise (stores).
- **/api/v1/connects/{{connectId}}/history** - Process order(s) to Signalise.
- **/api/v1/connects/{{connectId}}/history/status** - Get information about the last order that has been processed.

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

[](#requirements)

- PHP &gt;= 7.4
- Composer

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

[](#installation)

Install via composer.

```
composer require signalise/php-client

```

Getting started
---------------

[](#getting-started)

### Get Connects

[](#get-connects)

The get connects endpoint is used to retrieve all the connectIds (stores).

> **In order to process order(s) to Signalise you need to use a connectId to let Signalise know which store you want to process order(s) to.**

```
    /**
     * @throws ResponseException|GuzzleException
     */
    public function getConnects(
        string $apiUrl,
        string $apiKey
    ): array
```

### Post Order History

[](#post-order-history)

---

The post Order history endpoint is used to process order(s) to Signalise.

**It wil either throw an exception or an array with the message that you successfully processed x records**

```
   /**
    * @throws ResponseException|GuzzleException
    */
    public function postOrderHistory(
        string $apiUrl,
        string $apiKey,
        string $serializedData,
        string $connectId
    ): array
```

> **in order to successful post an order to Signalise you need to use this format.**

```
{
    "records": [
        {
            "id": 16,
            "total_products": 25,
            "total_costs": 124.6500,
            "valuta": "EUR",
            "tax": 1.15,
            "payment_method": "mollie_methods_ideal",
            "payment_costs": 0.05,
            "shipping_method": "Flat Rate - Fixed",
            "shipping_costs": 5.0000,
            "zip": "1000AA",
            "street": "Dam",
            "house_number": "1",
            "city": "Amsterdam",
            "country": "NL",
            "status": "complete",
            "date": "2021-02-11 18:24:45",
            "tag": ""
        },
        {
            "id": 17,
            "total_products": 1,
            "total_costs": 46.5000,
            "payment_method": "mollie_methods_creditcard",
            "payment_costs": 0.25,
            "shipping_method": "dhl",
            "shipping_costs": 2.5000,
            "valuta": "EUR",
            "tax": 1.15,
            "zip": "BE1000",
            "street": "Brussels Park",
            "house_number": "1",
            "city": "Brussel",
            "country": "BE",
            "status": "processing",
            "date": "2021-02-18 10:31:50",
            "tag": ""
        }
    ]
}
```

### Get History Status

[](#get-history-status)

---

The get history status endpoint will retrieve information about the last processed item.

```
    /**
     * @throws ResponseException|GuzzleException
     */
    public function getHistoryStatus(
        string $apiUrl,
        string $apiKey,
        string $connectId
    ): array
```

Support
-------

[](#support)

Signalise PHP Client is made by [Ndottens](https://github.com/Ndottens).

If you find a bug or want to submit an improvement, don't hesitate to create a merge request on Gitlab.

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 54.1% 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 ~587 days

Total

2

Last Release

686d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/88a6d8dc588e8f2a0948335563a754687f71304f0bd3b7f7049d4bcdc00a563c?d=identicon)[peterjaap](/maintainers/peterjaap)

![](https://www.gravatar.com/avatar/91631a876a2495358801220afbd8d869040f8917b913c21a99b9984ad26634df?d=identicon)[WouterSteen](/maintainers/WouterSteen)

![](https://www.gravatar.com/avatar/6e2ef52d3a7f68d56b72a6aa98063d8ccb7f21a0a213ef65daa509dbc5726091?d=identicon)[Ndottens](/maintainers/Ndottens)

---

Top Contributors

[![Ndottens](https://avatars.githubusercontent.com/u/45965646?v=4)](https://github.com/Ndottens "Ndottens (20 commits)")[![peterjaap](https://avatars.githubusercontent.com/u/431360?v=4)](https://github.com/peterjaap "peterjaap (12 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (5 commits)")

### Embed Badge

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

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

###  Alternatives

[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[dhlparcel/magento2-plugin

DHL Parcel plugin for Magento 2

11180.5k2](/packages/dhlparcel-magento2-plugin)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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