PHPackages                             cjrasmussen/invision-power-api - 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. cjrasmussen/invision-power-api

ActiveLibrary[API Development](/categories/api)

cjrasmussen/invision-power-api
==============================

Simple helper for interacting with Invision Power Board's API

2.0.0(1y ago)055MITPHPPHP &gt;=7.4.0

Since Sep 14Pushed 1y ago1 watchersCompare

[ Source](https://github.com/cjrasmussen/InvisionPowerApi)[ Packagist](https://packagist.org/packages/cjrasmussen/invision-power-api)[ Docs](https://cjr.dev)[ RSS](/packages/cjrasmussen-invision-power-api/feed)WikiDiscussions main Synced today

READMEChangelog (2)DependenciesVersions (9)Used By (0)

InvisionPowerApi
================

[](#invisionpowerapi)

Simple class for making requests to the Invision Power Board API. Not affiliated with Invision Power Services.

Usage
-----

[](#usage)

```
use cjrasmussen\InvisionPowerApi\InvisionPowerApi;

$ipb = new InvisionPowerApi($url);
$ipb->setToken($token);

// GET THE MEMBER DATA FOR A SPECIFIED MEMBER
$data = $ipb->request('GET', "/core/members/{$member_id}");

// RENAME A SPECIFIED FORUM
$ipb->request('PUT', "/forums/forums/{$forum_id}", ['title' => 'New Forum Title']);
```

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

[](#installation)

Simply add a dependency on cjrasmussen/invision-power-api to your composer.json file if you use [Composer](https://getcomposer.org/) to manage the dependencies of your project:

```
composer require cjrasmussen/invision-power-api
```

Although it's recommended to use Composer, you can actually include the file(s) any way you want.

License
-------

[](#license)

InvisionPowerApi is [MIT](http://opensource.org/licenses/MIT) licensed.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance42

Moderate activity, may be stable

Popularity8

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 ~229 days

Recently: every ~133 days

Total

8

Last Release

460d ago

Major Versions

1.2.1 → 2.0.02025-02-04

PHP version history (2 changes)v1.0PHP &gt;=7.1.0

1.1.0PHP &gt;=7.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/0225f44837a665c8a143afa50a34a406a769c523dba31e4cdf73fd0530dede45?d=identicon)[cjrasmussen](/maintainers/cjrasmussen)

---

Top Contributors

[![cjrasmussen](https://avatars.githubusercontent.com/u/15007730?v=4)](https://github.com/cjrasmussen "cjrasmussen (8 commits)")

---

Tags

ipsIPBInvision Power Board

### Embed Badge

![Health badge](/badges/cjrasmussen-invision-power-api/health.svg)

```
[![Health](https://phpackages.com/badges/cjrasmussen-invision-power-api/health.svg)](https://phpackages.com/packages/cjrasmussen-invision-power-api)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

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

A PHP wrapper for Twilio's API

1.6k92.9M271](/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)
