{"id":21556946,"url":"https://github.com/cledilsonweb/simple-mediumrss","last_synced_at":"2025-04-10T10:22:32.870Z","repository":{"id":56953604,"uuid":"272027414","full_name":"cledilsonweb/simple-mediumrss","owner":"cledilsonweb","description":"PHP Library to read Medium RSS","archived":false,"fork":false,"pushed_at":"2023-07-10T01:03:36.000Z","size":219,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T09:11:29.234Z","etag":null,"topics":["medium","medium-com","php","rss","rss-feed-parser"],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/cledilsonweb.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2020-06-13T14:44:42.000Z","updated_at":"2021-11-09T21:14:06.000Z","dependencies_parsed_at":"2024-11-24T10:03:07.461Z","dependency_job_id":null,"html_url":"https://github.com/cledilsonweb/simple-mediumrss","commit_stats":{"total_commits":12,"total_committers":1,"mean_commits":12.0,"dds":0.0,"last_synced_commit":"1dfe6e453f1592061b9ea4e61cb232c3aacc3df0"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cledilsonweb%2Fsimple-mediumrss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cledilsonweb%2Fsimple-mediumrss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cledilsonweb%2Fsimple-mediumrss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cledilsonweb%2Fsimple-mediumrss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cledilsonweb","download_url":"https://codeload.github.com/cledilsonweb/simple-mediumrss/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248199080,"owners_count":21063641,"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":["medium","medium-com","php","rss","rss-feed-parser"],"created_at":"2024-11-24T08:10:26.458Z","updated_at":"2025-04-10T10:22:32.839Z","avatar_url":"https://github.com/cledilsonweb.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SimpleMediumRSS\n\n[![Latest Version on Packagist][ico-version]][link-packagist]\n[![Software License][ico-license]](LICENSE)\n[![Total Downloads][ico-downloads]][link-downloads]\n\nPHP Library to read Medium RSS\n\n## Install\n\n```\ncomposer require cledilsonweb/simple-mediumrss\n```\n\nThe php-mbstring and php-xml are dependecies on PHP installation and configuration.\n\n## Usage\n\n``` php\nrequire __DIR__ . '/vendor/autoload.php';\n\n$simple = new SimpleMediumRSS('https://medium.com/feed/@Medium');\n\necho $simple-\u003egetTitle();\necho $simple-\u003egetDescription();\necho $simple-\u003egetLastBuildDate();\n\n$itens = $simple-\u003egetItens();\nforeach($itens as $item){\n    echo $item-\u003egetTitle();\n    echo $item-\u003egetContent();\n}\n```\nFor more, please: [Simple MediumRSS Wiki](https://github.com/cledilsonweb/simple-mediumrss/wiki)\n\n## Change log\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Suggestions and Security\n\nIf you discover any security related issues or have any suggestions, please [create a new issue][new-issue].\n\n## Credits\n\n- [Cledilson Nascimento][link-author]\n- [All Contributors][link-contributors]\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE) for more information.\n\n[ico-version]: https://img.shields.io/packagist/v/cledilsonweb/simple-mediumrss.svg?style=flat-square\n[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square\n[ico-downloads]: https://img.shields.io/packagist/dt/cledilsonweb/simple-mediumrss.svg?style=flat-square\n\n[link-packagist]: https://packagist.org/packages/cledilsonweb/simple-mediumrss\n[link-downloads]: https://packagist.org/packages/cledilsonweb/simple-mediumrss\n[link-author]: https://github.com/cledilsonweb\n[link-contributors]: ../../contributors\n[new-issue]: https://github.com/cledilsonweb/simple-mediumrss/issues/new\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcledilsonweb%2Fsimple-mediumrss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcledilsonweb%2Fsimple-mediumrss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcledilsonweb%2Fsimple-mediumrss/lists"}