zend-feed icon indicating copy to clipboard operation
zend-feed copied to clipboard

Feed component from Zend Framework

Results 12 zend-feed issues
Sort by recently updated
recently updated
newest added

original bug: https://github.com/zendframework/zend-feed/issues/19

enhancement
BC Break

I know it may be a bit too complicated due as part of migration to zf3. It makes sense to change static zend-feed interface to dynamic. ``` class Reader {...

enhancement
WIP
BC Break
Needs Documentation

Would be awesome if Zend Feed supported parsing [JSON feeds](https://jsonfeed.org/). Publishing and parsing them is much more straightforward and lightweight compared to RSS and Atom, and adoption is starting to...

enhancement
Needs Documentation

Just check now a days feed entries have images/videos/contents can we have few functions to extract that details? e.g : http://sportbild.bild.de/rss/vw-startseite/vw-startseite-45028186,sort=1,view=rss2.sport.xml

Needs Documentation
unit test needed
feature request

See stack overflow for details: https://stackoverflow.com/a/9281963/893222 The idea is to handle malformed XML thanks to [recovery option in libxml](http://www.php.net/manual/en/class.domdocument.php#domdocument.props.recover) that is implemented in userland: ```php $dom = new DOMDocument(); $dom->recover...

feature request

Hello, I wanted to provide feeds (via the Writer of Zend Feed) with the full content of an article (including some HTML5 markup) and thought to prefer atom over rss....

feature request

- [x] I was not able to find an [open](https://github.com/zendframework/zend-feed/issues?q=is%3Aopen) or [closed](https://github.com/zendframework/zend-feed/issues?q=is%3Aclosed) issue matching what I'm seeing. - [x] This is not a question. (Questions should be asked on [slack](https://zendframework.slack.com/)...

bug
documentation

Thank you for your writer example, froschdesign. I tested it and am getting an error message. This time I created a separate issue, because it's not related to the documentation...

bug

- [x] I was not able to find an [open](https://github.com/zendframework/zend-feed/issues?q=is%3Aopen) or [closed](https://github.com/zendframework/zend-feed/issues?q=is%3Aclosed) issue matching what I'm seeing. - [x] This is not a question. (Questions should be asked on [slack](https://zendframework.slack.com/)...

WIP

Related to #101

BC Break
feature removal