{"id":25470067,"url":"https://github.com/thinkphp/rsscreator","last_synced_at":"2025-11-04T18:30:28.042Z","repository":{"id":1083196,"uuid":"929971","full_name":"thinkphp/RSSCreator","owner":"thinkphp","description":"A collection of scripts and demos to create your own valid RSS 2.0 feeds with PHP.","archived":false,"fork":false,"pushed_at":"2010-09-22T09:02:01.000Z","size":104,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-14T14:54:28.865Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://thinkphp.ro/apps/php-hacks/RSSCreator/1/feed.php","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/thinkphp.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":"2010-09-22T07:34:27.000Z","updated_at":"2013-10-07T03:18:29.000Z","dependencies_parsed_at":"2022-07-17T12:16:11.368Z","dependency_job_id":null,"html_url":"https://github.com/thinkphp/RSSCreator","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/thinkphp%2FRSSCreator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinkphp%2FRSSCreator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinkphp%2FRSSCreator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinkphp%2FRSSCreator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thinkphp","download_url":"https://codeload.github.com/thinkphp/RSSCreator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239437133,"owners_count":19638440,"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-02-18T08:31:50.212Z","updated_at":"2025-11-04T18:30:27.987Z","avatar_url":"https://github.com/thinkphp.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"RSSCreator\n==========\n\n   RSS (Really Simple Sindication) is a family of web feed formats \n   used to publish frequently updated works - such as blog entries\n   news headlines, audio and video - in a standardized format.\n\n      \u003c?xml version=\"1.0\" encoding=\"UTF-8\" ?\u003e\n      \u003crss version=\"2.0\"\u003e\n       \u003cchannel\u003e\n        \u003ctitle\u003eRSS Title\u003c/title\u003e\n        \u003cdescription\u003ePHP Articles and jQuery stuff\u003c/description\u003e\n   \t  \u003clink\u003ehttp://thinkphp.ro\u003c/link\u003e\n\t  \u003clastBuildDate\u003eMon, 06 Sep 2010 00:01:00 +0000\u003c/lastBuildDate\u003e\n\t  \u003cpubDate\u003eMon, 08 Sep 2010 16:45:00 +0000\u003c/pubDate\u003e\n\t  \u003citem\u003e\n\t\t\u003ctitle\u003eMy title Item\u003c/title\u003e\n\t\t\u003cdescription\u003eMy description Item\u003c/description\u003e\n\t\t\u003clink\u003eMy link Item\u003c/link\u003e\n\t\t\u003cguid\u003eMy quid Item\u003c/guid\u003e\n\t\t\u003cpubDate\u003eMon, 06 Sep 2010 12:45:00 +0000\u003c/pubDate\u003e\n        \u003c/item\u003e\n      \u003c/channel\u003e\n      \u003c/rss\u003e\n\nExample\n=======\n\n     //feed.php file.\n\n     \u003c?php\n\n     //include class dbconnect\n     require_once('db.class.php');\n\n     //include class rss\n     require_once('rss.class.php');\n\n     //will be outputting an RSS+XML document\n     header(\"Content-Type: application/rss+xml\");\n\n     //instantiate the class, therefore create an object\n     $rss = new RSS('My RSS Adrian Statescu','http://thinkphp.ro','PHP Articles and MooTools Stuff');\n\n     //call the method getFeed() that will return the actual RSS \n     //feed once it has been constructed in the class,\n     //so, perform an echo on the return value to write the data\n     echo$rss-\u003egetFeed();\n\n     ?\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthinkphp%2Frsscreator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthinkphp%2Frsscreator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthinkphp%2Frsscreator/lists"}