miniflux-legacy/vendor/fguillot/picofeed
Frederic Guillot 578f9cbf14 Add custom rules directory support 2015-04-10 20:34:48 -04:00
..
docs Add custom rules directory support 2015-04-10 20:34:48 -04:00
lib/PicoFeed Add custom rules directory support 2015-04-10 20:34:48 -04:00
tests Add custom rules directory support 2015-04-10 20:34:48 -04:00
.gitignore Move to Composer and update to the last version of PicoFeed 2014-12-23 21:28:26 -05:00
.travis.yml Move to Composer and update to the last version of PicoFeed 2014-12-23 21:28:26 -05:00
README.markdown Add debug_mode config option and update vendor 2015-01-28 21:57:34 -05:00
UNLICENSE Move to Composer and update to the last version of PicoFeed 2014-12-23 21:28:26 -05:00
composer.json Update picofeed 2015-03-19 18:26:02 -04:00
phpunit.xml Move to Composer and update to the last version of PicoFeed 2014-12-23 21:28:26 -05:00
picofeed Update dependencies, enable temporary PicoFeed debug logs 2015-01-19 20:00:16 -05:00

README.markdown

PicoFeed

PicoFeed was originally developed for Miniflux, a minimalist and open source news reader.

However, this library can be used inside any project. PicoFeed is tested with a lot of different feeds and it's simple and easy to use.

Build Status

Scrutinizer Code Quality

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: Unlicense http://unlicense.org/

Requirements

  • PHP >= 5.3
  • libxml >= 2.7
  • XML PHP extensions: DOM and SimpleXML
  • cURL or Stream Context (allow_url_fopen=On)
  • iconv extension

Authors

Real world usage

Documentation