encreinformatique / silex-rss-provider
This package is abandoned and no longer maintained.
No replacement package was suggested.
Simple provider to generate a rss feed.
dev-master
2018-06-15 07:52 UTC
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.