X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vendor%2Fzendframework%2Fzend-feed%2FREADME.md;fp=vendor%2Fzendframework%2Fzend-feed%2FREADME.md;h=1c4bd38909b14450dbc18441d86064ef7addd5bc;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=0000000000000000000000000000000000000000;hpb=aea91e65e895364e460983b890e295aa5d5540a5;p=yaffs-website diff --git a/vendor/zendframework/zend-feed/README.md b/vendor/zendframework/zend-feed/README.md new file mode 100644 index 000000000..1c4bd3890 --- /dev/null +++ b/vendor/zendframework/zend-feed/README.md @@ -0,0 +1,12 @@ +# zend-feed + +[![Build Status](https://secure.travis-ci.org/zendframework/zend-feed.svg?branch=master)](https://secure.travis-ci.org/zendframework/zend-feed) +[![Coverage Status](https://coveralls.io/repos/github/zendframework/zend-feed/badge.svg?branch=master)](https://coveralls.io/github/zendframework/zend-feed?branch=master) + +`Zend\Feed` provides functionality for consuming RSS and Atom feeds. It provides +a natural syntax for accessing elements of feeds, feed attributes, and entry +attributes. `Zend\Feed` also has extensive support for modifying feed and entry +structure with the same natural syntax, and turning the result back into XML. + +- File issues at https://github.com/zendframework/zend-feed/issues +- Documentation is at https://docs.zendframework.com/zend-feed/