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

ActiveLibrary[API Development](/categories/api)

backerclub/indiegogo
====================

Unofficial Indiegogo Client

v1.2.0(4y ago)11.2kMITPHPPHP &gt;=8.0

Since May 28Pushed 4y ago1 watchersCompare

[ Source](https://github.com/backerclub/indiegogo-api-client)[ Packagist](https://packagist.org/packages/backerclub/indiegogo)[ RSS](/packages/backerclub-indiegogo/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)Dependencies (3)Versions (9)Used By (0)

Indiegogo API Client
====================

[](#indiegogo-api-client)

[![Latest Version on Packagist](https://camo.githubusercontent.com/c21b13a0c668a327c3d54eaf862f6a4000336c296ac7c3c2676b56c1aadf3cf8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6261636b6572636c75622f696e646965676f676f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/backerclub/indiegogo)[![](https://github.com/backerclub/indiegogo/workflows/Run%20Tests/badge.svg?branch=master)](https://github.com/backerclub/indiegogo/workflows/Run%20Tests/badge.svg?branch=master)[![StyleCI](https://camo.githubusercontent.com/ad12e0fab5ae64b0bcf0e15a8a0803b72f0844a554e152148fe3eae33dd31de2/68747470733a2f2f7374796c6563692e696f2f7265706f732f3236373035313231302f736869656c64)](https://styleci.io/repos/267051210)[![Total Downloads](https://camo.githubusercontent.com/2a6a851bdb461750c214b2597e528f60f01cc7fe94375819f52e686b86168995/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6261636b6572636c75622f696e646965676f676f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/backerclub/indiegogo)

An unofficial PHP Client for Indiegogo's public API

Usage
-----

[](#usage)

You can find examples of each API method used in the examples folder.

Add the unofficial package to your project.

```
composer require backerclub/indiegogo
```

Create the Indiegogo client by passing in a well formed Auth object and call the method you desire to get results for.

```
