handcoded / feed
HandCoded Feed package for Laravel.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 94
pkg:composer/handcoded/feed
Requires
- php: >=7.3
- illuminate/filesystem: ^10.0
- illuminate/support: ^10.0
Requires (Dev)
- laravel/framework: ^10.0
- orchestra/testbench-core: ^6.0
- phpunit/phpunit: ^9.3
This package is auto-updated.
Last update: 2025-10-07 09:11:20 UTC
README
Feed package for Laravel.
This is a fork of https://github.com/RumenDamyanov/php-feed and https://github.com/carbonvader/laravel-feed
Installation
Run the following command and provide the latest stable version:
composer require handcoded/feed
Publish package views (OPTIONAL):
php artisan vendor:publish --provider="HandCoded\Feed\FeedServiceProvider"
License
This package is open-sourced software licensed under the MIT license.