Download the PHP package ch1p/picofeed8 without Composer
On this page you can find all versions of the php package ch1p/picofeed8. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ch1p/picofeed8
More information about ch1p/picofeed8
Files in ch1p/picofeed8
Download ch1p/picofeed8
More information about ch1p/picofeed8
Files in ch1p/picofeed8
Vendor ch1p
Package picofeed8
Short Description RSS/Atom parsing library
License MIT
Homepage https://github.com/ch1p/picofeed8
Package picofeed8
Short Description RSS/Atom parsing library
License MIT
Homepage https://github.com/ch1p/picofeed8
Please rate this library. Is it a good library?
Informations about the package picofeed8
PicoFeed - PHP Library to manage Atom and RSS Feeds
This is a fork of the original picoFeed (which has been abandoned).
This fork will strive to make picofeed as simple, fast and modern as possible by stripping out everything that's not purely directly related to parsing and creating feeds, and replacing them with third party components. Most notably, all HTTP requests are now handled by Guzzle, logging is optionally handled by Monolog, and caching will be optionally handled by Guzzle Middlewares.
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
- Proxy support
- Content grabber: download from the original website the full content
- Enclosure detection
- RTL languages support
- License: MIT
Requirements
- PHP >= 7.1
- libxml >= 2.7
- XML PHP extensions: DOM and SimpleXML
- cURL or Stream Context (
allow_url_fopen=On
) - iconv extension
Installation
Versions
- Development version: master
- Stable version: use the last tag
Install with composer
Usage example with the Composer autoloader:
Documentation
- Feed parsing
- Feed creation
- Favicon fetcher
- OPML
- Image proxy (avoid SSL mixed content warnings)
- Web scraping
- Exceptions
- Debugging
- Configuration
- Running unit tests
All versions of picofeed8 with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
ext-iconv Version *
ext-dom Version *
ext-xml Version *
ext-libxml Version *
ext-simplexml Version *
laminas/laminas-xml Version ^1.0
guzzlehttp/guzzle Version ^6.0|^7.0
kevinrob/guzzle-cache-middleware Version ^2.1
ext-iconv Version *
ext-dom Version *
ext-xml Version *
ext-libxml Version *
ext-simplexml Version *
laminas/laminas-xml Version ^1.0
guzzlehttp/guzzle Version ^6.0|^7.0
kevinrob/guzzle-cache-middleware Version ^2.1
The package ch1p/picofeed8 contains the following files
Loading the files please wait ....