PHPackages                             cledilsonweb/simple-mediumrss - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. cledilsonweb/simple-mediumrss

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

cledilsonweb/simple-mediumrss
=============================

PHP Library to read Medium RSS

v1.1(5y ago)810MITHTMLPHP ^7.2 || ^8.0CI failing

Since Jun 15Pushed 2y ago1 watchersCompare

[ Source](https://github.com/cledilsonweb/simple-mediumrss)[ Packagist](https://packagist.org/packages/cledilsonweb/simple-mediumrss)[ Docs](https://github.com/cledilsonweb/simple-mediumrss)[ RSS](/packages/cledilsonweb-simple-mediumrss/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

SimpleMediumRSS
===============

[](#simplemediumrss)

[![Latest Version on Packagist](https://camo.githubusercontent.com/e6192396003f5808eea7ffdfcd811d293065017ae25ab04e61c57139e576c6bd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636c6564696c736f6e7765622f73696d706c652d6d656469756d7273732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/cledilsonweb/simple-mediumrss)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Total Downloads](https://camo.githubusercontent.com/c9e252d2cfb6d7c73e8a6645db771a96cdbb8b45c745ff1d5f443a53cd637854/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636c6564696c736f6e7765622f73696d706c652d6d656469756d7273732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/cledilsonweb/simple-mediumrss)

PHP Library to read Medium RSS

Install
-------

[](#install)

```
composer require cledilsonweb/simple-mediumrss

```

The php-mbstring and php-xml are dependecies on PHP installation and configuration.

Usage
-----

[](#usage)

```
require __DIR__ . '/vendor/autoload.php';

$simple = new SimpleMediumRSS('https://medium.com/feed/@Medium');

echo $simple->getTitle();
echo $simple->getDescription();
echo $simple->getLastBuildDate();

$itens = $simple->getItens();
foreach($itens as $item){
    echo $item->getTitle();
    echo $item->getContent();
}
```

For more, please: [Simple MediumRSS Wiki](https://github.com/cledilsonweb/simple-mediumrss/wiki)

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Suggestions and Security
------------------------

[](#suggestions-and-security)

If you discover any security related issues or have any suggestions, please [create a new issue](https://github.com/cledilsonweb/simple-mediumrss/issues/new).

Credits
-------

[](#credits)

- [Cledilson Nascimento](https://github.com/cledilsonweb)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

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

Total

2

Last Release

2169d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

mediummedium-comphprssrss-feed-parserrssmedium

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/cledilsonweb-simple-mediumrss/health.svg)

```
[![Health](https://phpackages.com/badges/cledilsonweb-simple-mediumrss/health.svg)](https://phpackages.com/packages/cledilsonweb-simple-mediumrss)
```

###  Alternatives

[simplepie/simplepie

A simple Atom/RSS parsing library for PHP

1.6k9.4M87](/packages/simplepie-simplepie)[eko/feedbundle

A Symfony bundle to build RSS feeds from entities

142587.0k3](/packages/eko-feedbundle)[bnomei/kirby3-feed

Generate a Atom/JSON/RSS-Feed and XML-Sitemap from Pages-Collections

7227.2k](/packages/bnomei-kirby3-feed)[torann/podcastfeed

Generate RSS feeds for podcasts in Laravel 5.

485.9k](/packages/torann-podcastfeed)[phanan/poddle

Parse podcast feeds with PHP following PSP-1 Podcast RSS Standard

1732.7k8](/packages/phanan-poddle)[yuzuru-s/parse-rss

This PHP library can easily parse xml files, especially RSS1.0, RSS2.0 and ATOM.

1040.8k](/packages/yuzuru-s-parse-rss)

PHPackages © 2026

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