PHPackages                             pkoin/php-dilicom - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. pkoin/php-dilicom

ActiveLibrary[HTTP &amp; Networking](/categories/http)

pkoin/php-dilicom
=================

PHP client to connect to the Dilicom Hub

41134[1 PRs](https://github.com/Koin/php-dilicom/pulls)PHP

Since Apr 10Pushed 11y ago2 watchersCompare

[ Source](https://github.com/Koin/php-dilicom)[ Packagist](https://packagist.org/packages/pkoin/php-dilicom)[ RSS](/packages/pkoin-php-dilicom/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

PHP client to connect to the Dilicom Hub
========================================

[](#php-client-to-connect-to-the-dilicom-hub)

[![Build Status](https://camo.githubusercontent.com/ff9b03e6465c5f3843182e95e40fbf694d6b81a12ab0d6223ce1768d525b2905/68747470733a2f2f7472617669732d63692e6f72672f4b6f696e2f7068702d64696c69636f6d2e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/Koin/php-dilicom)

About
-----

[](#about)

php-dilicom is a PHP client for using the Dilicom Hub.

Dilicom:
Dilicom Hub API:

```
# Very simple!
$client = new Dilicom\RestClient("MY_GLN", "MY_PASSWORD", Dilicom\RestClient::ENV_PROD);
echo $client->getOnixNotice("9782756406053");
```

Output:

```

    ...

    EDEN8564-epub
    02

        03
        9782756406053

        00
        EA
        E101
        E200
        03

            02
            03

            03
            03

            04
            02

                6
                06

        01

            01
            L'Apprenti assassin
```

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

[](#installation)

The recommended way to install php-dilicom is through [Composer](http://getcomposer.org).

```
# Install Composer
curl -sS https://getcomposer.org/installer | php

# Add php-dilicom as a dependency
php composer.phar require pkoin/php-dilicom:dev-master
```

After installing, you need to require Composer's autoloader:

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

Available APIs
--------------

[](#available-apis)

- onix/getNotice?ean13=&amp;glnDistributor=: Get an ONIX notice for a given EAN13

You want to contribute?
-----------------------

[](#you-want-to-contribute)

- Fork the project.
- Create a topic branche.
- Make your feature addition or bug fix.
- Add tests for it, this is important.
- Commit, do not mess with history.
- Send me a pull request.

Unit testing
------------

[](#unit-testing)

php-dilicom uses Atoum for unit testing. In order to run the unit tests, you'll first need to install the dependencies of the project using Composer: `php composer.phar install --dev`.
You can then run the tests using `vendor/bin/atoum -bf tests/unit/bootstrap.php -d tests/unit`.

License
-------

[](#license)

Under the [WTFPL v2.0](http://en.wikipedia.org/wiki/WTFPL)

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/1a1d96abe0d7bb4b45d11e9da6456598850c3c8212e79c51a561e122c1a0f58d?d=identicon)[PKoin](/maintainers/PKoin)

---

Top Contributors

[![oservieres](https://avatars.githubusercontent.com/u/2248284?v=4)](https://github.com/oservieres "oservieres (6 commits)")

### Embed Badge

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

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

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25126.1M81](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

11937.9M6.8k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k24.3k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

87965.9k114](/packages/httpsoft-http-message)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.4M89](/packages/mezzio-mezzio-router)[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69127.2k](/packages/serpapi-google-search-results-php)

PHPackages © 2026

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