{"id":13669349,"url":"https://github.com/LaraPalCom/laravel-feed","last_synced_at":"2025-04-27T02:31:08.067Z","repository":{"id":8720768,"uuid":"10391723","full_name":"LaraPalCom/laravel-feed","owner":"LaraPalCom","description":"Laravelium Feed package for Laravel.","archived":true,"fork":false,"pushed_at":"2022-01-19T16:36:09.000Z","size":267,"stargazers_count":360,"open_issues_count":9,"forks_count":92,"subscribers_count":18,"default_branch":"master","last_synced_at":"2024-12-26T00:02:38.589Z","etag":null,"topics":["composer","feed","laravel","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LaraPalCom.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG-2.11.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-05-30T20:53:52.000Z","updated_at":"2024-12-20T05:20:49.000Z","dependencies_parsed_at":"2022-08-30T07:42:37.476Z","dependency_job_id":null,"html_url":"https://github.com/LaraPalCom/laravel-feed","commit_stats":null,"previous_names":["laravelium/laravel-feed","roumendamianoff/laravel-feed"],"tags_count":33,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LaraPalCom%2Flaravel-feed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LaraPalCom%2Flaravel-feed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LaraPalCom%2Flaravel-feed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LaraPalCom%2Flaravel-feed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LaraPalCom","download_url":"https://codeload.github.com/LaraPalCom/laravel-feed/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251080010,"owners_count":21533037,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["composer","feed","laravel","php"],"created_at":"2024-08-02T08:01:10.686Z","updated_at":"2025-04-27T02:31:07.830Z","avatar_url":"https://github.com/LaraPalCom.png","language":"PHP","funding_links":[],"categories":["PHP"],"sub_categories":[],"readme":"# **[Laravelium Feed](https://laravelium.com) package**\n\n[![License](https://poser.pugx.org/laravelium/feed/license)](https://packagist.org/packages/laravelium/feed) [![PHP tests](https://github.com/Laravelium/laravel-feed/workflows/PHP%20tests/badge.svg?branch=master)](https://github.com//Laravelium/laravel-feed/actions?query=workflow%3A%22PHP+tests%22) [![Test Coverage](https://api.codeclimate.com/v1/badges/4c293ed962c1328bfcfc/test_coverage)](https://codeclimate.com/github/Laravelium/laravel-feed/test_coverage) [![Maintainability](https://api.codeclimate.com/v1/badges/4c293ed962c1328bfcfc/maintainability)](https://codeclimate.com/github/Laravelium/laravel-feed/maintainability) [![Style Status](https://github.styleci.io/repos/10391723/shield?style=normal\u0026branch=master)](https://github.styleci.io/repos/10391723) [![Latest Stable Version](https://poser.pugx.org/laravelium/feed/v/stable)](https://packagist.org/packages/laravelium/feed) [![Total Downloads](https://poser.pugx.org/laravelium/feed/downloads)](https://packagist.org/packages/laravelium/feed)\n\n*Laravelium Feed package for Laravel.*\n\n## Notes\n\n- Dev branches are for development and are **UNSTABLE** (*use on your own risk*)!\n\n## Installation\n\nRun the following command and provide the latest stable version (e.g v8.\\*) :\n\n```bash\ncomposer require laravelium/feed\n```\n\nor add the following to your `composer.json` file :\n\n#### For Laravel 8\n```json\n\"laravelium/feed\": \"8.*\"\n```\n(development branch)\n```json\n\"laravelium/feed\": \"8.x-dev\"\n```\n\n#### For Laravel 7\n```json\n\"laravelium/feed\": \"7.*\"\n```\n(development branch)\n```json\n\"laravelium/feed\": \"7.x-dev\"\n```\n\n#### For Laravel 6\n```json\n\"laravelium/feed\": \"6.*\"\n```\n(development branch)\n```json\n\"laravelium/feed\": \"6.x-dev\"\n```\n\n#### For Laravel 5.8\n```json\n\"laravelium/feed\": \"3.1.*\"\n```\n(development branch)\n```json\n\"laravelium/feed\": \"3.1.x-dev\"\n```\n\n#### For Laravel 5.7\n```json\n\"laravelium/feed\": \"3.0.*\"\n```\n(development branch)\n```json\n\"laravelium/feed\": \"3.0.x-dev\"\n```\n\n#### For Laravel 5.6\n```json\n\"laravelium/feed\": \"2.12.*\"\n```\n(development branch)\n```json\n\"laravelium/feed\": \"2.12.x-dev\"\n```\n\n#### For Laravel 5.5\n```json\n\"laravelium/feed\": \"2.11.*\"\n```\n(development branch)\n```json\n\"laravelium/feed\": \"2.11.x-dev\"\n```\n\nPublish package views (OPTIONAL) :\n\n```bash\nphp artisan vendor:publish --provider=\"Laravelium\\Feed\\FeedServiceProvider\"\n```\n\n## Examples\n\n[How to generate basic feed (with optional caching)](https://github.com/Laravelium/laravel-feed/wiki/basic-feed)\n\n[How to generate multiple feeds](https://github.com/Laravelium/laravel-feed/wiki/Multiple-Feeds)\n\n[How to add images to your feed](https://github.com/Laravelium/laravel-feed/wiki/How-to-add-images-to-your-feed)\n\n[How to use custom view for your feed](https://github.com/Laravelium/laravel-feed/wiki/How-to-use-custom-view)\n\n[How to use custom content-type for your feed](https://github.com/Laravelium/laravel-feed/wiki/How-to-use-custom-content-type)\n\nand more in the [Wiki](https://github.com/Laravelium/laravel-feed/wiki)\n\n## Contribution guidelines\n\nBefore submiting new merge request or creating new issue, please read [contribution guidelines](https://github.com/Laravelium/laravel-feed/blob/master/CONTRIBUTING.md).\n\n## License\n\nThis package is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLaraPalCom%2Flaravel-feed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FLaraPalCom%2Flaravel-feed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLaraPalCom%2Flaravel-feed/lists"}