kaishiyoku / picofeed
This package is abandoned and no longer maintained.
No replacement package was suggested.
Modern library to handle RSS/Atom feeds
2.0.0
2018-12-18 02:15 UTC
Requires
- php: >=7.1.3
- ext-dom: *
- ext-iconv: *
- ext-libxml: *
- ext-simplexml: *
- ext-xml: *
- zendframework/zendxml: 1.1.0
Requires (Dev)
- phpdocumentor/reflection-docblock: 4.3.0
- phpunit/phpunit: 7.5.1
- symfony/yaml: 4.2.1
Suggests
- ext-curl: PicoFeed will use cURL if present
This package is not auto-updated.
Last update: 2020-02-03 10:42:22 UTC
README
PicoFeed was originally developed for Miniflux, a minimalist and open source news reader.
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
- PHP >= 7.1.3
- libxml >= 2.7
- XML PHP extensions: DOM and SimpleXML
- cURL or Stream Context (
allow_url_fopen=On
) - iconv extension
Authors
- Original author: Frédéric Guillot
- Major Contributors:
Real world usage
Documentation
- Installation
- Running unit tests
- Feed parsing
- Feed creation
- Favicon fetcher
- OPML
- Image proxy (avoid SSL mixed content warnings)
- Web scraping
- Exceptions
- Debugging
- Configuration