PHPackages                             hounddog/hd-instagram - 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. hounddog/hd-instagram

ActiveLibrary

hounddog/hd-instagram
=====================

ZF2 module for Instagram API.

016[1 issues](https://github.com/Hounddog/hd-Instagram/issues)PHP

Since Mar 11Pushed 11y ago1 watchersCompare

[ Source](https://github.com/Hounddog/hd-Instagram)[ Packagist](https://packagist.org/packages/hounddog/hd-instagram)[ RSS](/packages/hounddog-hd-instagram/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

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

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

Version 0.0.1 Created by [Martin Shwalbe](https://hounddog.github.com)

[![Build Status](https://camo.githubusercontent.com/ff183dac1adae359cb9bc80c1ddfacc57006c13a218040eee46e79c0fd8de122/68747470733a2f2f7472617669732d63692e6f72672f486f756e64646f672f4864436c69656e744170692e706e67)](https://travis-ci.org/Hounddog/HdClientApi)

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

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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 (22 commits)")

### Embed Badge

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

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

PHPackages © 2026

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