PHPackages                             hounddog/hd-api-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. [API Development](/categories/api)
4. /
5. hounddog/hd-api-client

ActiveLibrary[API Development](/categories/api)

hounddog/hd-api-client
======================

Zend Framework 2 Module that provides base api functionalities

066PHP

Since Feb 3Pushed 11y ago1 watchersCompare

[ Source](https://github.com/Hounddog/hd-api-client)[ Packagist](https://packagist.org/packages/hounddog/hd-api-client)[ RSS](/packages/hounddog-hd-api-client/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (5)Used By (0)

Client Api Module for Zend Framework 2
======================================

[](#client-api-module-for-zend-framework-2)

[![Latest Stable Version](https://camo.githubusercontent.com/f319ad01b371d9b1268f6fa029ffea6ca9af8c6a7421d02a3f7da82eb0f00d6d/68747470733a2f2f706f7365722e707567782e6f72672f686f756e64646f672f68642d6170692d636c69656e742f762f737461626c652e706e67)](https://packagist.org/packages/hounddog/hd-api-client)[![Latest Unstable Version](https://camo.githubusercontent.com/a01c2873a4de81bcd06116eee396c6a7cd9e38c5f8781c8393e6ed79d0be5b3f/68747470733a2f2f706f7365722e707567782e6f72672f686f756e64646f672f68642d6170692d636c69656e742f762f756e737461626c652e706e67)](https://packagist.org/packages/hounddog/hd-api-client)[![Build Status](https://camo.githubusercontent.com/5fef53d7a39f34ad6489025b81686e336e3e426f5d72782205fe6626deb214df/68747470733a2f2f7472617669732d63692e6f72672f486f756e64646f672f68642d6170692d636c69656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/hounddog/hd-api-client)[![Code Coverage](https://camo.githubusercontent.com/819c55b39fcdd1f042cbc7be16683d4b85ee77b20d13ac41fdf6b80eed1ee650/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f486f756e64646f672f68642d6170692d636c69656e742f6261646765732f636f7665726167652e706e673f733d30623235656563383535633736343434336261663665306663316466336264303830656230623031)](https://scrutinizer-ci.com/g/Hounddog/hd-api-client/)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/2410b068ae6782779d5e6392a8ec957de680bc1ae45a8582c526de447a5c550b/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f486f756e64646f672f68642d6170692d636c69656e742f6261646765732f7175616c6974792d73636f72652e706e673f733d33646132393662663665343330633764393230623963633162323461313232313633356432303639)](https://scrutinizer-ci.com/g/Hounddog/hd-api-client/)

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

[](#introduction)

HdClientApi is a connector for variuous Api based Modules (e.g. Github, Twitter, Instagramm etc) based on Zend Framework 2 .

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

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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/49530f500339c35f6846a68d4fda896f01ecff7050eb66c745ef373364e89af0?d=identicon)[Hounddog](/maintainers/Hounddog)

---

Top Contributors

[![Hounddog](https://avatars.githubusercontent.com/u/1188248?v=4)](https://github.com/Hounddog "Hounddog (23 commits)")

### Embed Badge

![Health badge](/badges/hounddog-hd-api-client/health.svg)

```
[![Health](https://phpackages.com/badges/hounddog-hd-api-client/health.svg)](https://phpackages.com/packages/hounddog-hd-api-client)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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