annotate vendor/zendframework/zend-feed/README.md @ 2:92f882872392
Trusted hosts, + remove migration modules
author |
Chris Cannam |
date |
Tue, 05 Dec 2017 09:26:43 +0000 |
parents |
4c8ae668cc8c |
children |
7a779792577d |
rev |
line source |
Chris@0
|
1 # zend-feed
|
Chris@0
|
2
|
Chris@0
|
3 [](https://secure.travis-ci.org/zendframework/zend-feed)
|
Chris@0
|
4 [](https://coveralls.io/r/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
|
Chris@0
|
12 - File issues at https://github.com/zendframework/zend-feed/issues
|
Chris@0
|
13 - Documentation is at https://zendframework.github.io/zend-feed/
|