encreinformatique / silex-rss-provider
Simple provider to generate a rss feed.
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/encreinformatique/silex-rss-provider
Requires
- php: >=5.6.0
- silex/silex: ^2.0
Requires (Dev)
- beberlei/assert: ^2.0
This package is auto-updated.
Last update: 2020-02-13 00:32:42 UTC
README
This library provide a service for Xml generation for RSS feeds.
The provider supports the 2.0 version of Silex.
Silex in maintenance mode
Silex is now in maintenance mode. Ends of life is set to June 2018.
Installation instruction
- Add the repository to your composer.json
"repositories": [ { "type": "git", "url": "git@github.com:encreinformatique/silex-rss-provider.git" } ],
- Add the package to your dependencies by running
composer require encreinformatique/silex-rss-provider
Documentation
The documentation is located in the docs/ folder.
Contributing
You can help us with the project contributing code or documentation. Please refer to CONTRIBUTING.md for information on how to contribute.