{"id":20174797,"url":"https://github.com/gemorroj/rss","last_synced_at":"2025-04-10T03:45:47.399Z","repository":{"id":5439063,"uuid":"6631878","full_name":"Gemorroj/Rss","owner":"Gemorroj","description":"rss parser","archived":false,"fork":false,"pushed_at":"2025-03-03T20:18:15.000Z","size":30,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T05:03:33.108Z","etag":null,"topics":["rss","rss-parser"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Gemorroj.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2012-11-10T20:17:33.000Z","updated_at":"2025-03-03T20:18:19.000Z","dependencies_parsed_at":"2023-11-24T18:30:16.455Z","dependency_job_id":"5de203b6-26b3-4c3e-bf4f-53ca6e2cc004","html_url":"https://github.com/Gemorroj/Rss","commit_stats":{"total_commits":40,"total_committers":3,"mean_commits":"13.333333333333334","dds":"0.32499999999999996","last_synced_commit":"0511d73cf151709ad9a248bad505ab2635993bb0"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gemorroj%2FRss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gemorroj%2FRss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gemorroj%2FRss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gemorroj%2FRss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Gemorroj","download_url":"https://codeload.github.com/Gemorroj/Rss/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248154987,"owners_count":21056542,"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":["rss","rss-parser"],"created_at":"2024-11-14T01:43:43.258Z","updated_at":"2025-04-10T03:45:47.391Z","avatar_url":"https://github.com/Gemorroj.png","language":"PHP","readme":"# RSS\n\n[![Continuous Integration](https://github.com/Gemorroj/Rss/workflows/Continuous%20Integration/badge.svg)](https://github.com/Gemorroj/Rss/actions?query=workflow%3A%22Continuous+Integration%22)\n\n### Requirements:\n\n- PHP \u003e= 8.0.2\n\n\n### Installation:\n```bash\ncomposer require gemorroj/rss\n```\n\n\nExample:\n```php\n\u003c?php\nuse Rss\\Rss;\n\n$rss = new Rss('example.com rss', 'http://example.com', 'some description');\n$rss-\u003eaddItem(\n    'one item',\n    'http://example.com',\n    'some description',\n    new \\DateTime('yesterday')\n);\n\necho $rss-\u003esaveXML(); // rss xml\n// $rss-\u003eoutput(); // send rss to browser\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgemorroj%2Frss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgemorroj%2Frss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgemorroj%2Frss/lists"}