nopoco / laminas-feed
provides functionality for creating and consuming RSS and Atom feeds
v2.20.0
2023-05-04 06:05 UTC
Requires
- php: ~8.0.0 || ~8.1.0 || ~8.2.0
- ext-dom: *
- ext-libxml: *
- laminas/laminas-escaper: ^2.9
- laminas/laminas-servicemanager: ^3.14.0
- laminas/laminas-stdlib: ^3.6
Requires (Dev)
- laminas/laminas-cache: ^2.13.2 || ^3.6
- laminas/laminas-cache-storage-adapter-memory: ^1.1.0 || ^2.1
- laminas/laminas-coding-standard: ~2.4.0
- laminas/laminas-db: ^2.15
- laminas/laminas-http: ^2.17.0
- laminas/laminas-validator: ^2.26
- phpunit/phpunit: ^9.5.25
- psalm/plugin-phpunit: ^0.18.0
- psr/http-message: ^1.0.1
- vimeo/psalm: ^5.1.0
Suggests
- laminas/laminas-cache: Laminas\Cache component, for optionally caching feeds between requests
- laminas/laminas-db: Laminas\Db component, for use with PubSubHubbub
- laminas/laminas-http: Laminas\Http for PubSubHubbub, and optionally for use with Laminas\Feed\Reader
- laminas/laminas-servicemanager: Laminas\ServiceManager component, for easily extending ExtensionManager implementations
- laminas/laminas-validator: Laminas\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent
- psr/http-message: PSR-7 ^1.0.1, if you wish to use Laminas\Feed\Reader\Http\Psr7ResponseDecorator
Conflicts
This package is auto-updated.
Last update: 2024-11-04 09:32:43 UTC
README
Removed political appeal incompatible with free software here. The original repository is at this link.
Laminas\Feed
provides functionality for consuming RSS and Atom feeds. It provides
a natural syntax for accessing elements of feeds, feed attributes, and entry
attributes. Laminas\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/laminas/laminas-feed/issues
- Documentation is at https://docs.laminas.dev/laminas-feed/