All Projects → dereuromark → cakephp-feed

dereuromark / cakephp-feed

Licence: MIT license
CakePHP Plugin with RssView to create RSS feeds.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to cakephp-feed

Spotifeed
A simple service to serve up Spotify podcasts as RSS feeds for use in any podcast app.
Stars: ✭ 238 (+1730.77%)
Mutual labels:  rss, feed
Rss
Library for serializing the RSS web content syndication format
Stars: ✭ 223 (+1615.38%)
Mutual labels:  rss, feed
Awesome Rss
Puts an RSS/Atom subscribe button back in URL bar
Stars: ✭ 125 (+861.54%)
Mutual labels:  rss, feed
Feed Io
A PHP library to read and write feeds in JSONFeed, RSS or Atom format
Stars: ✭ 200 (+1438.46%)
Mutual labels:  rss, feed
V2
Minimalist and opinionated feed reader
Stars: ✭ 3,239 (+24815.38%)
Mutual labels:  rss, feed
Gofeed
Parse RSS, Atom and JSON feeds in Go
Stars: ✭ 1,762 (+13453.85%)
Mutual labels:  rss, feed
Planetxamarin
We are an aggregator of content from Xamarin Community members. Why subscribe individually when you can subscribe to one convenient RSS feed, to see all the content generated by the community members in you news reader.
Stars: ✭ 158 (+1115.38%)
Mutual labels:  rss, feed
Poddycast
Podcast app made with Electron, lots of ❤️ and ☕️
Stars: ✭ 111 (+753.85%)
Mutual labels:  rss, feed
Feed Module
Everyone deserves RSS, ATOM and JSON feeds!
Stars: ✭ 182 (+1300%)
Mutual labels:  rss, feed
Pluto
pluto gems - planet feed reader and (static) website generator - auto-build web pages from published web feeds
Stars: ✭ 174 (+1238.46%)
Mutual labels:  rss, feed
Rss Atom Bundle
RSS and Atom Bundle for Symfony
Stars: ✭ 123 (+846.15%)
Mutual labels:  rss, feed
Feedek
FeedEk jQuery RSS/ATOM Feed Plugin
Stars: ✭ 190 (+1361.54%)
Mutual labels:  rss, feed
Feedbag
Ruby's favorite feed auto-discovery library/tool
Stars: ✭ 115 (+784.62%)
Mutual labels:  rss, feed
reader
A Python feed reader library.
Stars: ✭ 290 (+2130.77%)
Mutual labels:  rss, feed
Rssfs
The RSS file system (Git mirror)
Stars: ✭ 115 (+784.62%)
Mutual labels:  rss, 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 (+1100%)
Mutual labels:  rss, feed
Mautic Rss To Email Bundle
Mautic plugin to send emails from RSS
Stars: ✭ 69 (+430.77%)
Mutual labels:  rss, feed
Genrss
genRSS generates a RSS 2 feed from media files in a directory
Stars: ✭ 69 (+430.77%)
Mutual labels:  rss, feed
Posidonlauncher
a one-page homescreen with a news feed
Stars: ✭ 163 (+1153.85%)
Mutual labels:  rss, feed
Xity Starter
A blog-ready 11ty starter based on PostCSS, with RSS feed and Native Elements!
Stars: ✭ 184 (+1315.38%)
Mutual labels:  rss, feed

CakePHP Feed Plugin

CI Coverage Status Minimum PHP Version License Total Downloads Coding Standards

A CakePHP plugin containing a RssView class to generate RSS feeds.

Version notice

This branch is for use with CakePHP 4.2+. See version map for details.

What is this plugin for?

There used to be a core helper for RSS generation, but it had several deficiencies. It also was removed in 4.0. So this plugin aims to provide a better support for feed generation.

Goals of this view class

  • Support view-less actions via serialize.
  • Get rid of the ridiculously verbose "inline" namespace declarations.
  • Simplify the use of namespaces and their prefixes (auto-add only those that are actually used).
  • Support CDATA (unescaped content).
  • Allow mini-templating where necessary.

Additional features

  • Automatic View class mapping via rss extension.

See my article for details on the history of this view class.

Demo

https://sandbox.dereuromark.de/sandbox/feed-examples

Installation & Docs

Possible TODOs

  • Maybe add Feed readers instead of just writers.
  • Add AtomView ?
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].