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. [API Development](/categories/api)
4. /
5. mcred/feed-me-now-api

ActiveLibrary[API Development](/categories/api)

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 2w 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 31% 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

3060d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4326032?v=4)[Derek Smart](/maintainers/mcred)[@mcred](https://github.com/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.

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

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

8.5k5.8M712](/packages/sylius-sylius)[mailgun/mailgun-php

The Mailgun SDK provides methods for all API functions.

1.1k30.2M177](/packages/mailgun-mailgun-php)[brd6/notion-sdk-php

Notion SDK for PHP

6021.6k](/packages/brd6-notion-sdk-php)[m4tthumphrey/php-gitlab-api

GitLab API v4 client for PHP

9515.7M72](/packages/m4tthumphrey-php-gitlab-api)[toin0u/digitalocean-v2

DigitalOcean API v2 client for PHP

7281.1M20](/packages/toin0u-digitalocean-v2)

PHPackages © 2026

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