{"id":36371800,"url":"https://github.com/inboxly/receiver","last_synced_at":"2026-01-11T14:01:46.665Z","repository":{"id":56990752,"uuid":"380379949","full_name":"inboxly/receiver","owner":"inboxly","description":"Part of the Inboxly service. Explore sites to find feeds and fetch feeds with last entries.","archived":false,"fork":false,"pushed_at":"2021-08-18T09:50:17.000Z","size":24,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-09T11:54:00.481Z","etag":null,"topics":["feed","rss"],"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/inboxly.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-06-26T00:15:21.000Z","updated_at":"2021-08-18T09:49:03.000Z","dependencies_parsed_at":"2022-08-21T13:50:22.473Z","dependency_job_id":null,"html_url":"https://github.com/inboxly/receiver","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/inboxly/receiver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inboxly%2Freceiver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inboxly%2Freceiver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inboxly%2Freceiver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inboxly%2Freceiver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/inboxly","download_url":"https://codeload.github.com/inboxly/receiver/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inboxly%2Freceiver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28306985,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T11:18:18.743Z","status":"ssl_error","status_checked_at":"2026-01-11T11:07:56.842Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","rss"],"created_at":"2026-01-11T14:01:07.704Z","updated_at":"2026-01-11T14:01:46.637Z","avatar_url":"https://github.com/inboxly.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Inboxly Receiver\n\nThis package used as part of the Inboxly service.\n\nExplore sites to find feeds and fetch feeds with last entries.\n\n## Install\n\nYou can install the package via composer:\n\n```bash\ncomposer require inboxly/receiver\n```\n\n## Usage\n\n### Explore site to find feeds\n\n```php\n\u003c?php\n\nuse Inboxly\\Receiver\\Managers\\ExplorerManager;\n\nclass ExploreController\n{\n    public function explore(ExplorerManager $manager, string $site){\n        $result = $manager-\u003eexplore($site, 'rss');\n        \n        /** @var \\Inboxly\\Receiver\\Sources\\Rss\\RssParameters $parameters */\n        foreach ($result as $parameters) {\n            dump(\"Found feed: $parameters-\u003eurl\");\n        }\n    }\n}\n```\n\n\n### Fetch feed with entries\n\n```php\n\u003c?php\n\nuse Inboxly\\Receiver\\Contracts\\Parameters;\nuse Inboxly\\Receiver\\Managers\\FetcherManager;\n\nclass FetchController\n{\n    public function fetch(FetcherManager $manager, Parameters $parameters){\n        $feeds = $manager-\u003efetch($parameters);\n\n        /** @var \\Inboxly\\Receiver\\Feed $feed */\n        foreach ($feeds as $feed) {\n            dump(\"Fetched feed: $feed-\u003ename\");\n            \n            /** @var \\Inboxly\\Receiver\\Entry $entry */\n            foreach ($feed-\u003eentries as $entry) {\n                dump(\"Entry in feed: $entry-\u003ename\");\n            }\n        }\n    }\n}\n```\n\n\n## Testing\n\nRun the tests with:\n\n```bash\ncomposer test\n```\n\n\n## Credits\n\n- [Sento Sango](https://github.com/sentosango)\n- [All Contributors](../../contributors)\n\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finboxly%2Freceiver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finboxly%2Freceiver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finboxly%2Freceiver/lists"}