PHPackages                             nokimaro/apivore-getcake - 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. nokimaro/apivore-getcake

ActiveLibrary[API Development](/categories/api)

nokimaro/apivore-getcake
========================

A clean &amp; simple PHP Wrapper around the GetCake API.

011PHP

Since Oct 18Pushed 9y ago1 watchersCompare

[ Source](https://github.com/nokimaro/apivore-getcake)[ Packagist](https://packagist.org/packages/nokimaro/apivore-getcake)[ RSS](/packages/nokimaro-apivore-getcake/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

GetCake PHP Client
==================

[](#getcake-php-client)

[![Latest Version on Packagist](https://camo.githubusercontent.com/b30de5cee51055967aad9e45c783afaa3cd3ab03ee79ad5b915ad9230708a73c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f417069766f72652f67657463616b652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/Apivore/getcake)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/904df5872c681c8761961fe6ae710d18f455adbd45a5886849e219030c9fe34e/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f417069766f72652f47657443616b652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/Apivore/GetCake)[![Coverage Status](https://camo.githubusercontent.com/e9803d1390d372b9a5ccb96aaaab9a479e6660fafd6142f0c54420da4083612c/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f417069766f72652f67657463616b652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/Apivore/getcake/code-structure)[![Quality Score](https://camo.githubusercontent.com/2ac7bd37232d03ae174cbe70527e0e8aed3399c7df5f21c160334a58f9d87a92/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f417069766f72652f67657463616b652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/Apivore/getcake)[![Total Downloads](https://camo.githubusercontent.com/85ccb4063831bf6c550dfe53e6d962c06fe6eb9ebdf56289f768e78bdc4db0b6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f417069766f72652f67657463616b652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/Apivore/getcake)

Install
-------

[](#install)

Via Composer

```
$ composer require apivore/getcake
```

Usage
-----

[](#usage)

```
use Apivore\Core\Config;

$client = new Apivore\GetCake\Client();
$client->setConfig(new Config([
    'domain' => 'http://f5mlogin.com/',
    'affiliateId' => 'AFFILIATE_ID',
    'apiKey' => 'API_KEY',
]));

try {
    $response = $client->api('Offers')->offerFeed([
        'campaign_name' => '',
        'media_type_category_id' => 0,
        'vertical_category_id' => 0,
        'vertical_id' => 0,
        'offer_status_id' => 0,
        'tag_id' => 0,
        'start_at_row' => 1,
        'row_limit' => 25,
    ]);

    dd($response);
} catch (Exception $e) {
    dd($e);
}
```

Testing
-------

[](#testing)

```
$ composer test
```

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [DraperStudio](https://github.com/DraperStudio)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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/b3ac1514c6252e185635a200beaa0cf049459e58240e705ef988fd967e857f47?d=identicon)[nokimaro](/maintainers/nokimaro)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/nokimaro-apivore-getcake/health.svg)

```
[![Health](https://phpackages.com/badges/nokimaro-apivore-getcake/health.svg)](https://phpackages.com/packages/nokimaro-apivore-getcake)
```

###  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)
