1c4bd38909b14450dbc18441d86064ef7addd5bc
[yaffs-website] / vendor / zendframework / zend-feed / README.md
1 # zend-feed
2
3 [![Build Status](https://secure.travis-ci.org/zendframework/zend-feed.svg?branch=master)](https://secure.travis-ci.org/zendframework/zend-feed)
4 [![Coverage Status](https://coveralls.io/repos/github/zendframework/zend-feed/badge.svg?branch=master)](https://coveralls.io/github/zendframework/zend-feed?branch=master)
5
6 `Zend\Feed` provides functionality for consuming RSS and Atom feeds. It provides
7 a natural syntax for accessing elements of feeds, feed attributes, and entry
8 attributes. `Zend\Feed` also has extensive support for modifying feed and entry
9 structure with the same natural syntax, and turning the result back into XML.
10
11 - File issues at https://github.com/zendframework/zend-feed/issues
12 - Documentation is at https://docs.zendframework.com/zend-feed/