{"id":19112900,"url":"https://github.com/chipslays/rss-feedly","last_synced_at":"2025-10-14T09:35:35.382Z","repository":{"id":50505444,"uuid":"408245848","full_name":"chipslays/rss-feedly","owner":"chipslays","description":"📢 Simple RSS feed reader for PHP.","archived":false,"fork":false,"pushed_at":"2021-12-30T04:14:55.000Z","size":28,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"2.x","last_synced_at":"2025-05-02T03:19:39.674Z","etag":null,"topics":["feed","library","php","rss","rss-feed","rss-parser","rss-reader"],"latest_commit_sha":null,"homepage":"","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/chipslays.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":"2021-09-19T21:58:14.000Z","updated_at":"2022-07-29T15:49:56.000Z","dependencies_parsed_at":"2022-09-10T01:23:41.406Z","dependency_job_id":null,"html_url":"https://github.com/chipslays/rss-feedly","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/chipslays/rss-feedly","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chipslays%2Frss-feedly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chipslays%2Frss-feedly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chipslays%2Frss-feedly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chipslays%2Frss-feedly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chipslays","download_url":"https://codeload.github.com/chipslays/rss-feedly/tar.gz/refs/heads/2.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chipslays%2Frss-feedly/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018626,"owners_count":26086404,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["feed","library","php","rss","rss-feed","rss-parser","rss-reader"],"created_at":"2024-11-09T04:34:28.560Z","updated_at":"2025-10-14T09:35:35.367Z","avatar_url":"https://github.com/chipslays.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📢 Feedly\n\nSimple RSS feed reader for PHP.\n\n## Installation\n\n```bash\ncomposer require chipslays/rss-feedly\n```\n\n## Usage\n\nSimple example: \n\n```php\nuse Feedly\\Feedly;\n\nrequire __DIR__ . '/vendor/autoload.php';\n\n$feed = (new Feedly)-\u003eget('https://www.rt.com/rss/news/');\n\nforeach ($feed-\u003eposts as $post) {\n    echo $post['title'] . PHP_EOL;\n}\n```\n\nAnd much advanced example:\n\n```php\nuse Feedly\\Feedly;\n\nrequire __DIR__ . '/vendor/autoload.php';\n\n$posts = $rss\n    -\u003eget('https://www.rt.com/rss/news/')\n    -\u003eexcept(['Trump'], ['title'])\n    -\u003eexcept(['Politics'], ['category'])\n    -\u003epriority([\n        [100, ['Google', 'Tesla', 'Durov'], ['title', 'description']],\n        [Feedly::DEFAULT_PRIORITY + 1, ['Apple'], ['description']],\n    ]);\n\n// get posts in the last 6 hours\n$posts = $posts-\u003ewhere('date', '\u003e', strtotime('-6 hours'));\n\n// can use foreach or `each` method\n$posts-\u003eeach(function ($post) {\n    echo $post['title'] . PHP_EOL;\n});\n\nforeach ($posts as $post) {\n    // ...\n}\n```\n\n## Examples\n\nMore exampels can be found [`here`](examples).\n\n## License\n\nMIT.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchipslays%2Frss-feedly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchipslays%2Frss-feedly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchipslays%2Frss-feedly/lists"}