PHPackages                             klever/chainlink-zf2-module - 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. klever/chainlink-zf2-module

ActiveLibrary

klever/chainlink-zf2-module
===========================

ZF2 module wrapper for Symbid/chainlink

0.1.0(11y ago)017PHP

Since Mar 2Pushed 11y ago1 watchersCompare

[ Source](https://github.com/tklever/chainlink-zf2-module)[ Packagist](https://packagist.org/packages/klever/chainlink-zf2-module)[ RSS](/packages/klever-chainlink-zf2-module/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

Chainlink ZF2 Module
====================

[](#chainlink-zf2-module)

Introduction
------------

[](#introduction)

This module provides structure and code wrapping around Symbid\\Chainlink exposing it to Zend Framework 2.

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

[](#requirements)

Please see the [composer.json](composer.json) file.

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

[](#installation)

Run the following `composer` command:

```
$ composer require "klever/chainlink-zf2-module:dev-master"
```

Alternately, manually add the following to your `composer.json`, in the `require` section:

```
"require": {
    "klever/chainlink-zf2-module": "dev-master"
}
```

And then run `composer update` to ensure the module is installed.

Finally, add the module name to your project's `config/application.config.php` under the `modules`key:

```
return array(
    /* ... */
    'modules' => array(
        /* ... */
        'Klever\ChainlinkModule',
    ),
    /* ... */
);
```

#### User configuration example:

[](#user-configuration-example)

```
array(
    'context_manager' => array(
        'contexts' => array(
            'MyContext' => array(
                'handlers' => array(
                    'MyHandler1',
                    'MyHandler2',
                    'MyHandler3',
                )
            ),
        ),
    ),
)
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

Unknown

Total

1

Last Release

4086d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1104e04ccb26d61a408d46e2b18f39fa3cea9cc11a588e8d1ca2a7103c44c88b?d=identicon)[tklever](/maintainers/tklever)

---

Top Contributors

[![tklever](https://avatars.githubusercontent.com/u/1569850?v=4)](https://github.com/tklever "tklever (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/klever-chainlink-zf2-module/health.svg)

```
[![Health](https://phpackages.com/badges/klever-chainlink-zf2-module/health.svg)](https://phpackages.com/packages/klever-chainlink-zf2-module)
```

###  Alternatives

[org_heigl/hybridauth

Lightweight Authentication Module for Zend-Framework 2 using the hybridauth-library

211.9k](/packages/org-heigl-hybridauth)

PHPackages © 2026

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