PHPackages                             evandotpro/edp-github - 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. evandotpro/edp-github

ActiveZf-module[API Development](/categories/api)

evandotpro/edp-github
=====================

Github API integration module for Zend Framework 2

0.4.0(10y ago)242.2k10BSD-2-ClausePHPPHP &gt;=5.5

Since Dec 3Pushed 10y ago3 watchersCompare

[ Source](https://github.com/EvanDotPro/EdpGithub)[ Packagist](https://packagist.org/packages/evandotpro/edp-github)[ Docs](https://github.com/EvanDotPro/EdpGithub)[ RSS](/packages/evandotpro-edp-github/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (4)Dependencies (7)Versions (5)Used By (0)

Github Api Module for ZF2
=========================

[](#github-api-module-for-zf2)

[![Build Status](https://camo.githubusercontent.com/2c9aca0c93f25eb70d163890898d405712374951a95401a6ad157f8930101d06/68747470733a2f2f7472617669732d63692e6f72672f4576616e446f7450726f2f4564704769746875622e706e67)](https://travis-ci.org/EvanDotPro/EdpGithub)[![Coverage Status](https://camo.githubusercontent.com/291021e458d8881b4e095fbf57e18065c5d6628a8152b75af859a6c96a1534e8/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f4576616e446f7450726f2f4564704769746875622f62616467652e706e673f6272616e63683d6d6173746572)](https://coveralls.io/r/EvanDotPro/EdpGithub)

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

[](#introduction)

EdpGithub is a Wrapper for the Github Api based on Zend Framework 2 which uses [Github API v3](http://developer.github.com/v3/).

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

[](#installation)

### Main Setup

[](#main-setup)

1. Clone this project into your `./vendor/` directory and enable it in your `application.config.php` file.

### Usage

[](#usage)

Basic Usage
-----------

[](#basic-usage)

Here is short example on how to use

```
$client = $serviceManager->get('EdpGithub\Client');
$repos = $client->api('user')->repos('hounddog');

```

This would fetch all the Repositories for the user Hounddog

Authentication
--------------

[](#authentication)

To use functionality which needs Authentication you have to first authenticate

```
$client = $serviceManager->get('EdpGithub\Client');
$client->authenticate('url_token', 'access_token');
$repos = $client->api('current_user')->repos();

```

You can also listen to the Event *'EdpGithub\\Client', 'api'*

```
$em->attach('EdpGithub\Client', 'api', function($e) use ($sm) {
    $client = $e->getTarget();
    $client->authenticate('url_token', $token /* your access_token here */);
} );

```

Documentation
-------------

[](#documentation)

Please refer to the [Wiki](https://github.com/EvanDotPro/EdpGithub/wiki) for a more detailed Documentation

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 64.8% 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 ~229 days

Total

4

Last Release

3896d ago

PHP version history (2 changes)v0.1-alphaPHP &gt;=5.3.3

0.4.0PHP &gt;=5.5

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1188248?v=4)[Martin Shwalbe](/maintainers/Hounddog)[@Hounddog](https://github.com/Hounddog)

---

Top Contributors

[![Hounddog](https://avatars.githubusercontent.com/u/1188248?v=4)](https://github.com/Hounddog "Hounddog (81 commits)")[![EvanDotPro](https://avatars.githubusercontent.com/u/5607?v=4)](https://github.com/EvanDotPro "EvanDotPro (19 commits)")[![localheinz](https://avatars.githubusercontent.com/u/605483?v=4)](https://github.com/localheinz "localheinz (19 commits)")[![Danielss89](https://avatars.githubusercontent.com/u/632956?v=4)](https://github.com/Danielss89 "Danielss89 (2 commits)")[![Xerkus](https://avatars.githubusercontent.com/u/725842?v=4)](https://github.com/Xerkus "Xerkus (2 commits)")[![adamlundrigan](https://avatars.githubusercontent.com/u/527329?v=4)](https://github.com/adamlundrigan "adamlundrigan (1 commits)")[![lku](https://avatars.githubusercontent.com/u/702420?v=4)](https://github.com/lku "lku (1 commits)")

---

Tags

apigithubmodulezf2

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/evandotpro-edp-github/health.svg)

```
[![Health](https://phpackages.com/badges/evandotpro-edp-github/health.svg)](https://phpackages.com/packages/evandotpro-edp-github)
```

PHPackages © 2026

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