{"id":18369982,"url":"https://github.com/statamic/plugin-simplepie","last_synced_at":"2025-10-24T21:17:12.294Z","repository":{"id":3677607,"uuid":"4747206","full_name":"statamic/Plugin-SimplePie","owner":"statamic","description":"A fast and easy-to-use RSS and Atom feed parsing plugin for Statamic.","archived":false,"fork":false,"pushed_at":"2018-09-13T00:11:06.000Z","size":66,"stargazers_count":13,"open_issues_count":1,"forks_count":4,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-03-22T04:41:27.246Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://statamic.com","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/statamic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-06-22T03:31:20.000Z","updated_at":"2024-01-04T01:47:57.000Z","dependencies_parsed_at":"2022-09-06T19:41:07.817Z","dependency_job_id":null,"html_url":"https://github.com/statamic/Plugin-SimplePie","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statamic%2FPlugin-SimplePie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statamic%2FPlugin-SimplePie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statamic%2FPlugin-SimplePie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statamic%2FPlugin-SimplePie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/statamic","download_url":"https://codeload.github.com/statamic/Plugin-SimplePie/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247531413,"owners_count":20953957,"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":[],"created_at":"2024-11-05T23:34:54.749Z","updated_at":"2025-10-24T21:17:12.197Z","avatar_url":"https://github.com/statamic.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Statamic SimplePie Plugin ![Statamic v1](https://img.shields.io/badge/statamic-v1-lightgrey.svg?style=flat-square)\n================================\n\nThe SimplePie plugin is a fast and easy-to-use RSS and Atom feed parser.\n\n## Installing\n1. Download the zip file (or clone via git) and unzip it or clone the repo into `/_add-ons/`.\n2. Ensure the folder name is `simplepie` (Github timestamps the download folder).\n3. Enjoy.\n\n## Example Tag\n    \n    {{ simplepie url=\"http://statamic.com/blog/feed\" limit=\"5\" cache=\"yes\" }}\n      \u003ch1\u003e\u003ca href=\"{{ permalink }}\"\u003e{{ title }}\u003c/a\u003e\u003c/h1\u003e\n      \u003ch2\u003ePosted on {{ date }}\u003c/h2\u003e\n      \u003cdiv class=\"content\"\u003e\n        {{ content }}\n      \u003c/div\u003e\n    {{ /simplepie }}\n\n## Parameters\n\n### URL `url`\n\nThe URL of the feed to be parsed.\n\n    url=\"http://statamic.com/blog/feed/\"\n\n### Order By Date `order_by_date`\n**default:** yes\n\nOrder by date or default feed order.\n\n### Limit `limit`\n**Default:** 10\n\nLimit the number of items returned.\n\n### Offset `offset`\n**Default:** 0\n\nOffset the returned items. For example, if your feed returns\n\n- Mustaches\n- Corncob Pipes\n- Musky Scent\n\nSetting `offset=\"1\"` would return:\n\n- Corncob Pipes\n- Musky Scent\n\n### Cache `cache`\n**Default:** no\n\nTurn caching on for faster page loads or to limit API/Feed requests.\n\n\n### Timeout `timeout`\n**Default:** 10 (seconds)\n\nThe maximum number of seconds to spend waiting to retrieve a feed.\n\n## Variables\nUpon successfully retrieving a feed, the following default variables become available inside the `{{ simplepie }}` tag pair.\n\n- {{ title }}\n- {{ permalink }}\n- {{ date }}\n- {{ update_date }}\n- {{ author }}\n- {{ category }}\n- {{ description }}\n- {{ content }}\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatamic%2Fplugin-simplepie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstatamic%2Fplugin-simplepie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatamic%2Fplugin-simplepie/lists"}