PHPackages                             samlitowitz/feed-me - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. samlitowitz/feed-me

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

samlitowitz/feed-me
===================

Feed-Me provides a set of interfaces to talk about streams of content.

v0.0.4(3y ago)012Apache-2.0PHP

Since Nov 12Pushed 3y ago1 watchersCompare

[ Source](https://github.com/samlitowitz/feed-me)[ Packagist](https://packagist.org/packages/samlitowitz/feed-me)[ RSS](/packages/samlitowitz-feed-me/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependencies (3)Versions (5)Used By (0)

Feed Me
=======

[](#feed-me)

Feed-Me provides a set of interfaces to talk about streams of content.

Table of Contents
=================

[](#table-of-contents)

1. [Introduction](#introduction)
2. [Example(s)](#examples)
3. [References](#references)

Introduction
============

[](#introduction)

Two interfaces drive the description of content. First we have the [`Content`](src/Content.php) interface which describes discrete content as a collection of media.

```
interface Content {
	public function getMedia(): FeedMe\Media\Collection;
	public function setMedia(FeedMe\Media\Collection $collection): void;
}
```

Second we have the [`Media`](src/Media.php) interface which describes discrete media as a stream of bytes.

```
interface Media {
	public function getData(): Streamable\Stream;
}
```

Examples
========

[](#examples)

1. [Twitter](https://github.com/samlitowitz/feed-me-twitter-php-openapi)

References
==========

[](#references)

The model
=========

[](#the-model)

1. Include `Engagement`

The Golden Rule
===============

[](#the-golden-rule)

Try three to use it at least three times!

1. Feed-Me RSS
2. Feed-Me Facebook
3. [Feed-Me Twitter](https://github.com/samlitowitz/feed-me-twitter-php-openapi)

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

Maturity43

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

Total

4

Last Release

1359d ago

### Community

Maintainers

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

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/samlitowitz-feed-me/health.svg)

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

###  Alternatives

[beechit/news-ttnewsimport

Importer of ext:tt\_news items to ext:news

2012.6k](/packages/beechit-news-ttnewsimport)

PHPackages © 2026

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