Download the PHP package laravelium/feed without Composer
On this page you can find all versions of the php package laravelium/feed. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download laravelium/feed
More information about laravelium/feed
Files in laravelium/feed
Download laravelium/feed
More information about laravelium/feed
Files in laravelium/feed
Vendor laravelium
Package feed
Short Description Framework-agnostic PHP Feed generator for Laravel, Symfony, and more.
License
Homepage https://github.com/RumenDamyanov/php-feed
Package feed
Short Description Framework-agnostic PHP Feed generator for Laravel, Symfony, and more.
License
Homepage https://github.com/RumenDamyanov/php-feed
Please rate this library. Is it a good library?
Informations about the package feed
PHP Feed (Framework-Agnostic)
A modern, framework-agnostic PHP Feed generator for Laravel, Symfony, and any PHP project.
Installation
Usage Examples
Laravel
Register the service provider (auto-discovery is supported for Laravel 5.5+):
Publish package views (optional):
Use the Feed in your controller:
Symfony
Register the adapters as services in your Symfony config:
Use the Feed in your controller:
Plain PHP / Other Frameworks
You can use the Feed class by providing your own implementations for cache, config, response, and view:
Features
- RSS and Atom support
- Caching
- Custom views
- Framework-agnostic adapters for Laravel and Symfony
Notes
- All feed metadata is now accessed via public getter/setter methods. Direct property access is not supported.
- You can extend the package by implementing the provided interfaces for cache, config, response, and view.
License
This package is open-sourced software licensed under the MIT License.
All versions of feed with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.3 || ^8.4
The package laravelium/feed contains the following files
Loading the files please wait ....