{"id":26235259,"url":"https://github.com/robertlemke/robertlemke.rss","last_synced_at":"2025-04-22T15:23:10.433Z","repository":{"id":7796169,"uuid":"9166349","full_name":"robertlemke/RobertLemke.Rss","owner":"robertlemke","description":"A multi purpose library for generating RSS feeds. Pretty opinionated, not a lot to configure (yet).","archived":false,"fork":false,"pushed_at":"2022-02-07T14:24:39.000Z","size":33,"stargazers_count":4,"open_issues_count":2,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T15:58:05.184Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/robertlemke.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}},"created_at":"2013-04-02T09:03:03.000Z","updated_at":"2024-12-12T20:49:23.000Z","dependencies_parsed_at":"2022-08-26T04:00:52.798Z","dependency_job_id":null,"html_url":"https://github.com/robertlemke/RobertLemke.Rss","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertlemke%2FRobertLemke.Rss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertlemke%2FRobertLemke.Rss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertlemke%2FRobertLemke.Rss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertlemke%2FRobertLemke.Rss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robertlemke","download_url":"https://codeload.github.com/robertlemke/RobertLemke.Rss/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250265210,"owners_count":21402058,"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":"2025-03-13T02:36:30.679Z","updated_at":"2025-04-22T15:23:10.362Z","avatar_url":"https://github.com/robertlemke.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"RSS / Atom Feed Generator\n=========================\n\nThis is yet another RSS / Atom feed generator for PHP 7 and later. It works great\nin combination with Flow but should also be fine as a standalone library.\n\nThis package is composer enabled.\n\nExample\n-------\n\n```php\n\u003c?php\n\n$feed = new \\RobertLemke\\Rss\\Feed();\n\n$channel = new \\RobertLemke\\Rss\\Channel();\n$channel\n  -\u003esetTitle('All about Neos Flow')\n  -\u003esetDescription($channelDescription)\n  -\u003esetFeedUri($feedUri)\n  -\u003esetWebsiteUri($websiteUri)\n  -\u003esetLanguage('en-US');\n\n$item = new \\RobertLemke\\Rss\\Item();\n$item\n  -\u003esetTitle('My first blog post')\n  -\u003esetGuid($someUniqueIdentifier)\n  -\u003esetPublicationDate(new DateTime())\n  -\u003esetContent($blogPostContent);\n\n$channel-\u003eaddItem($item);\n$feed-\u003eaddChannel($channel);\n\necho $feed-\u003erender();\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertlemke%2Frobertlemke.rss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobertlemke%2Frobertlemke.rss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertlemke%2Frobertlemke.rss/lists"}