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

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

iferas93/picofeed
=================

RSS/Atom parsing library

0.1.43(5y ago)05MITPHPPHP &gt;=7.1

Since Oct 27Pushed 4y agoCompare

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

READMEChangelogDependencies (9)Versions (49)Used By (0)

PicoFeed - PHP Library to manage Atom and RSS Feeds
===================================================

[](#picofeed---php-library-to-manage-atom-and-rss-feeds)

[![Latest Stable Version](https://camo.githubusercontent.com/5c6aa4a6efb5f55917004f239e2765ed5ddecdb2a4af6a8bf44c7118bdba213e/68747470733a2f2f706f7365722e707567782e6f72672f6e69636f6c75732f7069636f666565642f762f737461626c65)](https://packagist.org/packages/nicolus/picofeed)[![Total Downloads](https://camo.githubusercontent.com/d0b0390cb063fa4e2f1cec1198d06a6fc5b40c57c7f46d580864d453306391a6/68747470733a2f2f706f7365722e707567782e6f72672f6e69636f6c75732f7069636f666565642f646f776e6c6f616473)](https://packagist.org/packages/nicolus/picofeed)[![Coverage Status](https://camo.githubusercontent.com/66e260ae3bda0de734c7532c43cdb9f24e9445ccfeb3f5b10391d1dcb95838f4/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6e69636f6c75732f7069636f466565642f62616467652e737667)](https://coveralls.io/github/nicolus/picoFeed) [![SensioLabsInsight](https://camo.githubusercontent.com/195011395a5dded4f4035e6017f1c5fc4d99995fa8a8460bd11b1d2216682e59/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f64373663356166372d613339632d343665392d393635372d3861323330343666313765372f6d696e692e706e67)](https://insight.sensiolabs.com/projects/d76c5af7-a39c-46e9-9657-8a23046f17e7)

This is a fork of the original picoFeed (which has been abandoned).

This fork will strive to make picofeed as simple, fast and modern as possible by stripping out everything that's not purely directly related to parsing and creating feeds, and replacing them with third party components. Most notably, all HTTP requests are now handled by Guzzle, logging is optionally handled by Monolog, and caching will be optionally handled by Guzzle Middlewares.

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
- Proxy support
- Content grabber: download from the original website the full content
- Enclosure detection
- RTL languages support
- License: MIT

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

[](#requirements)

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

Installation
------------

[](#installation)

### Versions

[](#versions)

- Development version: master
- Stable version: use the last tag

Install with [composer](https://getcomposer.org/doc/00-intro.md)

```
composer require nicolus/picofeed @stable
```

Usage example with the Composer autoloader:

```
