news/vendor/fguillot/picofeed
Bernhard Posselt 4cd84306ff update picofeed 2014-11-26 11:31:17 +01:00
..
docs update picofeed to 0.1.0 2014-11-09 11:44:09 +01:00
lib/PicoFeed update picofeed 2014-11-26 11:31:17 +01:00
tests fix #660 2014-11-21 13:53:47 +01:00
.gitignore move 3rdparty directory to vendor to be more consistent with composer standard and because we also use js/vendor for third party libs 2014-11-07 12:32:05 +01:00
.travis.yml move 3rdparty directory to vendor to be more consistent with composer standard and because we also use js/vendor for third party libs 2014-11-07 12:32:05 +01:00
README.markdown update picofeed to 0.1.0 2014-11-09 11:44:09 +01:00
UNLICENSE move 3rdparty directory to vendor to be more consistent with composer standard and because we also use js/vendor for third party libs 2014-11-07 12:32:05 +01:00
composer.json move 3rdparty directory to vendor to be more consistent with composer standard and because we also use js/vendor for third party libs 2014-11-07 12:32:05 +01:00
example.php update picofeed to 0.1.0 2014-11-09 11:44:09 +01:00
phpunit.xml move 3rdparty directory to vendor to be more consistent with composer standard and because we also use js/vendor for third party libs 2014-11-07 12:32:05 +01:00
picofeed update picofeed to 0.1.0 2014-11-09 11:44:09 +01: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)

Authors

Real world usage

Documentation