p3k / picofeed
Modern library to handle RSS/Atom feeds
Installs: 217 869
Dependents: 2
Suggesters: 0
Security: 0
Stars: 24
Watchers: 6
Forks: 9
Open Issues: 7
Requires
- php: >=5.3.0
- ext-dom: *
- ext-iconv: *
- ext-libxml: *
- ext-simplexml: *
- ext-xml: *
- laminas/laminas-xml: ^1.2
Requires (Dev)
- phpdocumentor/reflection-docblock: 2.0.4
- phpunit/phpunit: 4.8.26
- symfony/yaml: 2.8.7
Suggests
- ext-curl: PicoFeed will use cURL if present
Replaces
- miniflux/picofeed: 0.1.35
This package is auto-updated.
Last update: 2024-10-26 04:01:13 UTC
README
PicoFeed was originally developed for Miniflux, a minimalist and open source news reader.
This fork of PicoFeed was created after the original author dropped support. It is published on Packagist as p3k/picofeed
.
composer require p3k/picofeed
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 >= 5.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