PHPackages                             mamor/picofeed - 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. mamor/picofeed

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

mamor/picofeed
==============

RSS/Atom parsing library (not maintained)

v0.1.37(8y ago)011.0k↓50%MITPHPPHP &gt;=5.3.0

Since Oct 27Pushed 7y ago1 watchersCompare

[ Source](https://github.com/mamor/picoFeed)[ Packagist](https://packagist.org/packages/mamor/picofeed)[ Docs](https://github.com/miniflux/picoFeed)[ RSS](/packages/mamor-picofeed/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (41)Used By (0)

PicoFeed
========

[](#picofeed)

This library is **not maintained anymore**.

Features
--------

[](#features)

- Simple and fast
- Feed parser for Atom 1.0 and RSS 0.91, 0.92, 1.0 and 2.0
- Feed writer for Atom 1.0 and RSS 2.0
- Favicon fetcher
- Import/Export OPML subscriptions
- Content filter: HTML cleanup, remove pixel trackers and Ads
- Multiple HTTP client adapters: cURL or Stream Context
- Proxy support
- Content grabber: download from the original website the full content
- Enclosure detection
- RTL languages support
- License: MIT

Requirements
------------

[](#requirements)

- PHP &gt;= 5.3
- libxml &gt;= 2.7
- XML PHP extensions: DOM and SimpleXML
- cURL or Stream Context (`allow_url_fopen=On`)
- iconv extension

Documentation
-------------

[](#documentation)

- [Installation](docs/installation.markdown)
- [Running unit tests](docs/tests.markdown)
- [Feed parsing](docs/feed-parsing.markdown)
- [Feed creation](docs/feed-creation.markdown)
- [Favicon fetcher](docs/favicon.markdown)
- [OPML](docs/opml.markdown)
- [Image proxy](docs/image-proxy.markdown) (avoid SSL mixed content warnings)
- [Web scraping](docs/grabber.markdown)
- [Exceptions](docs/exceptions.markdown)
- [Debugging](docs/debugging.markdown)
- [Configuration](docs/config.markdown)

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 61.5% 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 ~28 days

Recently: every ~52 days

Total

40

Last Release

3120d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1270064?v=4)[madworks](/maintainers/mamor)[@mamor](https://github.com/mamor)

---

Top Contributors

[![fguillot](https://avatars.githubusercontent.com/u/323546?v=4)](https://github.com/fguillot "fguillot (270 commits)")[![mkresin](https://avatars.githubusercontent.com/u/4547948?v=4)](https://github.com/mkresin "mkresin (62 commits)")[![djbshfbzehr](https://avatars.githubusercontent.com/u/11725581?v=4)](https://github.com/djbshfbzehr "djbshfbzehr (14 commits)")[![buschmann23](https://avatars.githubusercontent.com/u/4329915?v=4)](https://github.com/buschmann23 "buschmann23 (12 commits)")[![phedlund](https://avatars.githubusercontent.com/u/884639?v=4)](https://github.com/phedlund "phedlund (10 commits)")[![hdhoang](https://avatars.githubusercontent.com/u/12537?v=4)](https://github.com/hdhoang "hdhoang (7 commits)")[![Chman](https://avatars.githubusercontent.com/u/849090?v=4)](https://github.com/Chman "Chman (6 commits)")[![cwmke](https://avatars.githubusercontent.com/u/1923967?v=4)](https://github.com/cwmke "cwmke (5 commits)")[![shuLhan](https://avatars.githubusercontent.com/u/43306?v=4)](https://github.com/shuLhan "shuLhan (4 commits)")[![xeoncross](https://avatars.githubusercontent.com/u/56460?v=4)](https://github.com/xeoncross "xeoncross (4 commits)")[![slowpoke1705](https://avatars.githubusercontent.com/u/16698149?v=4)](https://github.com/slowpoke1705 "slowpoke1705 (4 commits)")[![DavidPrevot](https://avatars.githubusercontent.com/u/3936728?v=4)](https://github.com/DavidPrevot "DavidPrevot (4 commits)")[![schaal](https://avatars.githubusercontent.com/u/1056362?v=4)](https://github.com/schaal "schaal (3 commits)")[![rakshazi](https://avatars.githubusercontent.com/u/3428087?v=4)](https://github.com/rakshazi "rakshazi (3 commits)")[![MorbZ](https://avatars.githubusercontent.com/u/119348?v=4)](https://github.com/MorbZ "MorbZ (3 commits)")[![Schnouki](https://avatars.githubusercontent.com/u/64833?v=4)](https://github.com/Schnouki "Schnouki (3 commits)")[![BernhardPosselt](https://avatars.githubusercontent.com/u/195053?v=4)](https://github.com/BernhardPosselt "BernhardPosselt (2 commits)")[![grigorii-horos](https://avatars.githubusercontent.com/u/4980269?v=4)](https://github.com/grigorii-horos "grigorii-horos (2 commits)")[![JanPetterMG](https://avatars.githubusercontent.com/u/11933090?v=4)](https://github.com/JanPetterMG "JanPetterMG (2 commits)")[![jereze](https://avatars.githubusercontent.com/u/4386500?v=4)](https://github.com/jereze "jereze (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mamor-picofeed/health.svg)

```
[![Health](https://phpackages.com/badges/mamor-picofeed/health.svg)](https://phpackages.com/packages/mamor-picofeed)
```

###  Alternatives

[masterminds/html5

An HTML5 parser and serializer.

1.8k242.8M229](/packages/masterminds-html5)[sabberworm/php-css-parser

Parser for CSS Files written in PHP

1.8k191.2M65](/packages/sabberworm-php-css-parser)[jms/metadata

Class/method/property metadata management in PHP

1.8k152.8M88](/packages/jms-metadata)[jms/serializer-bundle

Allows you to easily serialize, and deserialize data of any complexity

1.8k89.3M627](/packages/jms-serializer-bundle)[hassankhan/config

Lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files

97513.5M170](/packages/hassankhan-config)[meyfa/php-svg

Read, edit, write, and render SVG files with PHP

54613.9M42](/packages/meyfa-php-svg)

PHPackages © 2026

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