PHPackages                             fridge/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. fridge/api

ActiveLibrary[API Development](/categories/api)

fridge/api
==========

Simple PHP wrapper for the Fridge API

0.5(9y ago)238MITPHP

Since Sep 26Pushed 9y ago1 watchersCompare

[ Source](https://github.com/fridge-cms/fridge_api.php)[ Packagist](https://packagist.org/packages/fridge/api)[ Docs](http://github.com/fridge-cms/fridge_api.php)[ RSS](/packages/fridge-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (1)Versions (8)Used By (0)

Fridge API
==========

[](#fridge-api)

Install
-------

[](#install)

Composer.json

```
{
    "require": {
      "fridge/api": "@stable"
    }
}
```

Usage
-----

[](#usage)

```
$client = new \FridgeApi\Client("sk_xxxxxxxxxxx", "xxxxxxxxxxxx");
$pages = $client->get('content', array(
  'type' => 'pages'
));

foreach ($pages as $page) {
  $page->title = "New Page Title";
  // Save new title
  $client->put("content/{$page->id}", $page->commit());
}
```

See the [Fridge Documentation](https://fridgecms.com/docs/) for more examples.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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.

###  Release Activity

Cadence

Every ~127 days

Recently: every ~147 days

Total

7

Last Release

3491d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/dd7b1fe83cb5efed95c6a9388cdbfed237a4c8100986aae44a07d87df45e227b?d=identicon)[tamagokun](/maintainers/tamagokun)

---

Top Contributors

[![tamagokun](https://avatars.githubusercontent.com/u/487333?v=4)](https://github.com/tamagokun "tamagokun (17 commits)")

---

Tags

apicmsfridgephpapiclientfridge

### Embed Badge

![Health badge](/badges/fridge-api/health.svg)

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

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[resend/resend-php

Resend PHP library.

574.7M21](/packages/resend-resend-php)[crowdin/crowdin-api-client

PHP client library for Crowdin API v2

611.5M5](/packages/crowdin-crowdin-api-client)[mozex/anthropic-laravel

Anthropic PHP for Laravel is a supercharged PHP API client that allows you to interact with the Anthropic API

71226.4k1](/packages/mozex-anthropic-laravel)[markrogoyski/numverify-api-client-php

Numverify API Client for PHP

1220.9k](/packages/markrogoyski-numverify-api-client-php)[azuracast/php-api-client

An API client library for the AzuraCast API

311.3k](/packages/azuracast-php-api-client)

PHPackages © 2026

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