All Projects → miniflux → Picofeed

miniflux / Picofeed

Licence: mit
PHP library to parse and write RSS/Atom feeds

Projects that are alternatives of or similar to Picofeed

Gofeed
Parse RSS, Atom and JSON feeds in Go
Stars: ✭ 1,762 (+301.37%)
Mutual labels:  rss, parser, atom, feed
V2
Minimalist and opinionated feed reader
Stars: ✭ 3,239 (+637.81%)
Mutual labels:  rss, rdf, atom, feed
Atoma
Atom, RSS and JSON feed parser for Python 3
Stars: ✭ 67 (-84.74%)
Mutual labels:  rss, parser, atom, feed
feeds-to-pocket
Sends entries from RSS and Atom feeds to Pocket (https://getpocket.com)
Stars: ✭ 24 (-94.53%)
Mutual labels:  atom, rss, feed
Pluto
pluto gems - planet feed reader and (static) website generator - auto-build web pages from published web feeds
Stars: ✭ 174 (-60.36%)
Mutual labels:  rss, atom, feed
Feed Module
Everyone deserves RSS, ATOM and JSON feeds!
Stars: ✭ 182 (-58.54%)
Mutual labels:  rss, atom, feed
Rss Atom Bundle
RSS and Atom Bundle for Symfony
Stars: ✭ 123 (-71.98%)
Mutual labels:  rss, atom, feed
laminas-feed
Consume and generate Atom and RSS feeds, and interact with Pubsubhubbub.
Stars: ✭ 97 (-77.9%)
Mutual labels:  atom, rss, feed
Rss
Library for serializing the RSS web content syndication format
Stars: ✭ 223 (-49.2%)
Mutual labels:  rss, parser, feed
buran
Bidirectional, data-driven RSS/Atom feed consumer, producer and feeds aggregator
Stars: ✭ 27 (-93.85%)
Mutual labels:  atom, rss, feed
meta-extractor
Super simple and fast html page meta data extractor with low memory footprint
Stars: ✭ 38 (-91.34%)
Mutual labels:  atom, rss, feed
Posidonlauncher
a one-page homescreen with a news feed
Stars: ✭ 163 (-62.87%)
Mutual labels:  rss, atom, feed
Feedparser
feedparser gem - (universal) web feed parser and normalizer (XML w/ Atom or RSS, JSON Feed, HTML w/ Microformats e.g. h-entry/h-feed or Feed.HTML, Feed.TXT w/ YAML, JSON or INI & Markdown, etc.)
Stars: ✭ 156 (-64.46%)
Mutual labels:  rss, atom, feed
Feed Io
A PHP library to read and write feeds in JSONFeed, RSS or Atom format
Stars: ✭ 200 (-54.44%)
Mutual labels:  rss, atom, feed
vuepress-plugin-feed
RSS, Atom, and JSON feeds generator plugin for VuePress 1.x
Stars: ✭ 46 (-89.52%)
Mutual labels:  atom, rss, feed
rss-button-for-safari
Safari web extension for news feed discovery of RSS, Atom, JSON Feed & RDF+RSS.
Stars: ✭ 16 (-96.36%)
Mutual labels:  atom, rss, rdf
Reader
Free and open source feeds reader, including all major Google Reader features
Stars: ✭ 347 (-20.96%)
Mutual labels:  rss, atom, feed
Simplepie
A simple Atom/RSS parsing library for PHP.
Stars: ✭ 1,389 (+216.4%)
Mutual labels:  rss, parser, atom
Feedbag
Ruby's favorite feed auto-discovery library/tool
Stars: ✭ 115 (-73.8%)
Mutual labels:  rss, atom, feed
feed2email
RSS/Atom feed updates in your email
Stars: ✭ 37 (-91.57%)
Mutual labels:  atom, rss, feed

PicoFeed

This library is not maintained anymore.

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

Documentation

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].