{"id":37236416,"url":"https://github.com/sgvsv/php-yandex-zen-rss-feed","last_synced_at":"2026-01-16T04:53:16.360Z","repository":{"id":57048586,"uuid":"97146864","full_name":"sgvsv/php-yandex-zen-rss-feed","owner":"sgvsv","description":"PHP class for making RSS feed in Yandex zen format","archived":false,"fork":false,"pushed_at":"2022-08-01T14:32:46.000Z","size":27,"stargazers_count":2,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-12-13T08:13:24.989Z","etag":null,"topics":["php-library","rss-generator","yandex","zen"],"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/sgvsv.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":"2017-07-13T17:03:47.000Z","updated_at":"2022-08-01T11:22:48.000Z","dependencies_parsed_at":"2022-08-23T19:10:28.006Z","dependency_job_id":null,"html_url":"https://github.com/sgvsv/php-yandex-zen-rss-feed","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/sgvsv/php-yandex-zen-rss-feed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgvsv%2Fphp-yandex-zen-rss-feed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgvsv%2Fphp-yandex-zen-rss-feed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgvsv%2Fphp-yandex-zen-rss-feed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgvsv%2Fphp-yandex-zen-rss-feed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sgvsv","download_url":"https://codeload.github.com/sgvsv/php-yandex-zen-rss-feed/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgvsv%2Fphp-yandex-zen-rss-feed/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28420814,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["php-library","rss-generator","yandex","zen"],"created_at":"2026-01-15T04:14:26.942Z","updated_at":"2026-01-15T04:14:27.646Z","avatar_url":"https://github.com/sgvsv.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# YandexZenFeed\nSimple PHP class for making RSS feed in Yandex zen format\n## Requirements\n For providing modern PHP features such as setting types in method's signatures **PHP7.1 or higher** is required. Also you need to have some extensions:\n* ext-fileinfo\n* ext-libxml\n* ext-simplexml\n\nIf you want to run tests you will need **phpunit** higher than 7.5\n## Installation\nBest way to use this library is install it via composer:\n````bash\ncomposer require sgvsv/php-yandex-zen-rss-feed\n````\n## Usage example\nAfter installing you can create feed:\n````php\nrequire_once __DIR__.'/vendor/autoload.php';\n\n//New feed with global parameters in constructor\n$feed = new \\sgvsv\\Yandex\\Zen\\Feed('My feeds title', 'Description text here', 'https://mysite.com', 'https:/mysite.com/rss.xml');\n\n//News 1 item\n$item = $feed-\u003enewItem();\n$item-\u003etitle = \"News 1\";\n$item-\u003elink = \"https://mysite.com/news/1\";\n$item-\u003epubDate = \"Fri, 12 Aug 2013 15:52:01 +0000\";\n$item-\u003eauthor = 'editor@mysite.com (my site)';\n$item-\u003ecategory = 'software';\n$item-\u003edescription = \"Description's text\";\n$item-\u003econtent = \"Content of my news\";\n$item-\u003eaddImage(\"https://mysite.com/images/news1.jpg\", \"Image's description\", \"1234\");\n\n//Set HTTP header \n$feed-\u003esetHTTPHeader();\n//Output Feed \necho $feed-\u003egetXML();\n````","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsgvsv%2Fphp-yandex-zen-rss-feed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsgvsv%2Fphp-yandex-zen-rss-feed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsgvsv%2Fphp-yandex-zen-rss-feed/lists"}