2014-12-24 03:28:26 +01:00
|
|
|
PicoFeed
|
|
|
|
========
|
|
|
|
|
|
|
|
PicoFeed was originally developed for [Miniflux](http://miniflux.net), 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](https://travis-ci.org/fguillot/picoFeed.svg?branch=master)](https://travis-ci.org/fguillot/picoFeed)
|
|
|
|
|
|
|
|
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/fguillot/picoFeed/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/fguillot/picoFeed/?branch=master)
|
|
|
|
|
|
|
|
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
|
2015-04-28 18:08:42 +02:00
|
|
|
- License: MIT
|
2014-12-24 03:28:26 +01:00
|
|
|
|
|
|
|
Requirements
|
|
|
|
------------
|
|
|
|
|
|
|
|
- PHP >= 5.3
|
|
|
|
- libxml >= 2.7
|
|
|
|
- XML PHP extensions: DOM and SimpleXML
|
|
|
|
- cURL or Stream Context (`allow_url_fopen=On`)
|
2015-01-29 03:57:34 +01:00
|
|
|
- iconv extension
|
2014-12-24 03:28:26 +01:00
|
|
|
|
|
|
|
Authors
|
|
|
|
-------
|
|
|
|
|
2015-07-03 03:03:00 +02:00
|
|
|
- Original author: Frédéric Guillot
|
2014-12-24 03:28:26 +01:00
|
|
|
- Major Contributors:
|
|
|
|
- [Bernhard Posselt](https://github.com/Raydiation)
|
|
|
|
- [David Pennington](https://github.com/Xeoncross)
|
|
|
|
- [Mathias Kresin](https://github.com/mkresin)
|
|
|
|
|
|
|
|
Real world usage
|
|
|
|
----------------
|
|
|
|
|
|
|
|
- [Miniflux](http://miniflux.net)
|
|
|
|
- [Owncloud News](https://github.com/owncloud/news)
|
|
|
|
|
|
|
|
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 file importation](docs/opml-import.markdown)
|
|
|
|
- [OPML file exportation](docs/opml-export.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)
|