annotate vendor/zendframework/zend-feed/README.md @ 19:fa3358dc1485 tip

Add ndrum files
author Chris Cannam
date Wed, 28 Aug 2019 13:14:47 +0100
parents 7a779792577d
children
rev   line source
Chris@0 1 # zend-feed
Chris@0 2
Chris@0 3 [![Build Status](https://secure.travis-ci.org/zendframework/zend-feed.svg?branch=master)](https://secure.travis-ci.org/zendframework/zend-feed)
Chris@12 4 [![Coverage Status](https://coveralls.io/repos/github/zendframework/zend-feed/badge.svg?branch=master)](https://coveralls.io/github/zendframework/zend-feed?branch=master)
Chris@0 5
Chris@0 6 `Zend\Feed` provides functionality for consuming RSS and Atom feeds. It provides
Chris@0 7 a natural syntax for accessing elements of feeds, feed attributes, and entry
Chris@0 8 attributes. `Zend\Feed` also has extensive support for modifying feed and entry
Chris@0 9 structure with the same natural syntax, and turning the result back into XML.
Chris@0 10
Chris@0 11 - File issues at https://github.com/zendframework/zend-feed/issues
Chris@12 12 - Documentation is at https://docs.zendframework.com/zend-feed/