PHPackages                             prahladyeri/indiegogo - 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. prahladyeri/indiegogo

ActiveLibrary[API Development](/categories/api)

prahladyeri/indiegogo
=====================

An unofficial Indiegogo client library

v1.0.0(10y ago)329MITPHPPHP &gt;=5.3.0

Since Dec 4Pushed 10y ago1 watchersCompare

[ Source](https://github.com/prahladyeri/indiegogo-php)[ Packagist](https://packagist.org/packages/prahladyeri/indiegogo)[ Docs](https://github.com/prahladyeri/indiegogo-php)[ RSS](/packages/prahladyeri-indiegogo/feed)WikiDiscussions master Synced today

READMEChangelog (3)DependenciesVersions (4)Used By (0)

Indiegogo - An unofficial Indiegogo client library
==================================================

[](#indiegogo---an-unofficial-indiegogo-client-library)

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

[](#installation)

- Add the following require to your `composer.json` require block:

    "require": { "prahladyeri/indiegogo": "1.\*" }
- Update composer:

    `composer update`

Usage
-----

[](#usage)

Use `Loader::indie_get_comments()` to pull comments and `Loader::indie_get_contributions()` to pull contribution details.

```
//get comments
$data = Indiegogo\Loader::indie_get_comments('e88bd0a00305bfdfb18003a75665643b');
echo $data->count . " comments fetched!\n";
foreach($data->response as $comment){
	echo $comment->id, $comment->created_at, $comment->text,"\n";
	echo "\n";
}

//get contribs
$data =  Indiegogo\Loader::indie_get_contributions('e88bd0a00305bfdfb18003a75665643b');
echo $data->count . " contributions fetched!\n";
foreach($data->response as $contrib){
	echo $contrib->id, $contrib->created_at, $contrib->amount, $contrib->by,"\n";
}

```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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

Every ~0 days

Total

3

Last Release

3860d ago

Major Versions

v0.1.1 → v1.0.02015-12-05

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5732256?v=4)[Prahlad Yeri](/maintainers/prahladyeri)[@prahladyeri](https://github.com/prahladyeri)

---

Top Contributors

[![prahladyeri](https://avatars.githubusercontent.com/u/5732256?v=4)](https://github.com/prahladyeri "prahladyeri (11 commits)")

---

Tags

commentscontributionsindiegogo

### Embed Badge

![Health badge](/badges/prahladyeri-indiegogo/health.svg)

```
[![Health](https://phpackages.com/badges/prahladyeri-indiegogo/health.svg)](https://phpackages.com/packages/prahladyeri-indiegogo)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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