PHPackages                             mcred/feed-me-now-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. mcred/feed-me-now-api

ActiveLibrary

mcred/feed-me-now-api
=====================

Client Library for feedmenow.io APIs

v0.1.0(8y ago)114MITPHPPHP ^5.5|^7.0

Since Feb 10Pushed 8y ago1 watchersCompare

[ Source](https://github.com/mcred/FeedMeNow-PHP)[ Packagist](https://packagist.org/packages/mcred/feed-me-now-api)[ RSS](/packages/mcred-feed-me-now-api/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (5)Dependencies (9)Versions (7)Used By (0)

PHP Client for feedmenow.io APIs
================================

[](#php-client-for-feedmenowio-apis)

[![Build Status](https://camo.githubusercontent.com/01f8a46950680d84f613a3be1cc78b3b243001112131e99150bc16b9ba82e7c5/68747470733a2f2f7472617669732d63692e6f72672f6d637265642f466565644d654e6f772d5048502e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/mcred/FeedMeNow-PHP)[![Maintainability](https://camo.githubusercontent.com/3494373c79baa20805c8b63ce2c9ef2c2bafc159a19c8350f26fd91ae31de15b/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f36653438366439663363646239326161376161622f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/mcred/FeedMeNow-PHP/maintainability)[![Test Coverage](https://camo.githubusercontent.com/ba47e8648ea40cc3bf9001f358e7d21f9d432a83932aa4faefb56e5bb2e4e3e0/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f36653438366439663363646239326161376161622f746573745f636f766572616765)](https://codeclimate.com/github/mcred/FeedMeNow-PHP/test_coverage)

### Installation

[](#installation)

```
composer require mcred/feed-me-now-api
```

### Example Usage

[](#example-usage)

```
require "./vendor/autoload.php";

$feedMeNow = new FeedMeNow\FeedMeNow();
$response = $feedMeNow->providers()->get("Atlanta, GA");
$providers = $response->getData();
foreach($providers as $provider)
{
    echo $provider->getName();
}
```

### Available Methods

[](#available-methods)

```
$feedMeNow->providers()->get("Atlanta,GA");
$feedMeNow->search()->get("Pizza", "Atlanta,GA");
```

### Acknowledgements

[](#acknowledgements)

I wanted to build a library with PSR-7 HTTP Message Interfaces and took a lot of inspiration from the [Mailgun PHP Client](https://github.com/mailgun/mailgun-php). They did a great job building a SDK and you should check it out if you want to see some really great code.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Total

5

Last Release

3012d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5d400fcda1eb126ef813f1c52395ec225e6b00d9404458b26a36ce504f9b04c7?d=identicon)[mcred](/maintainers/mcred)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mcred-feed-me-now-api/health.svg)

```
[![Health](https://phpackages.com/badges/mcred-feed-me-now-api/health.svg)](https://phpackages.com/packages/mcred-feed-me-now-api)
```

###  Alternatives

[phpro/http-tools

HTTP tools for developing more consistent HTTP implementations.

28137.8k](/packages/phpro-http-tools)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[mailgun/mailgun-php

The Mailgun SDK provides methods for all API functions.

1.1k28.9M168](/packages/mailgun-mailgun-php)[j0k3r/graby

Graby helps you extract article content from web pages

384349.6k2](/packages/j0k3r-graby)[brd6/notion-sdk-php

Notion SDK for PHP

5918.0k](/packages/brd6-notion-sdk-php)[darthsoup/php-whmcs-api

WHMCS API client for PHP

2317.3k4](/packages/darthsoup-php-whmcs-api)

PHPackages © 2026

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