{"id":15967100,"url":"https://github.com/labi-le/vk-data-fetcher","last_synced_at":"2026-04-13T16:03:56.664Z","repository":{"id":57010498,"uuid":"374442318","full_name":"labi-le/vk-data-fetcher","owner":"labi-le","description":"Data fetcher for bots vkontakte","archived":false,"fork":false,"pushed_at":"2024-04-09T13:59:26.000Z","size":55,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-05T19:24:04.275Z","etag":null,"topics":["astaroth-package","data-fetcher","vk-api-schema","vk-callback-api","vk-longpoll"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/labi-le.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-06T19:05:22.000Z","updated_at":"2024-04-09T13:59:31.000Z","dependencies_parsed_at":"2024-10-07T18:20:50.741Z","dependency_job_id":"d09e2c4e-9d98-4cb2-b937-4cf05c94857d","html_url":"https://github.com/labi-le/vk-data-fetcher","commit_stats":{"total_commits":23,"total_committers":2,"mean_commits":11.5,"dds":0.04347826086956519,"last_synced_commit":"32211a7f780a481a520a8cf947cfabfc0dc70a1c"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/labi-le/vk-data-fetcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labi-le%2Fvk-data-fetcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labi-le%2Fvk-data-fetcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labi-le%2Fvk-data-fetcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labi-le%2Fvk-data-fetcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/labi-le","download_url":"https://codeload.github.com/labi-le/vk-data-fetcher/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labi-le%2Fvk-data-fetcher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31759554,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"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":["astaroth-package","data-fetcher","vk-api-schema","vk-callback-api","vk-longpoll"],"created_at":"2024-10-07T18:20:42.313Z","updated_at":"2026-04-13T16:03:56.631Z","avatar_url":"https://github.com/labi-le.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vk-data-fetcher\n\n[![GitHub license](https://img.shields.io/badge/license-BSD-green.svg)](https://github.com/labi-le/vk-data-fetcher/blob/main/LICENSE)\n[![Packagist Stars](https://img.shields.io/packagist/stars/labile/vk-data-fetcher)](https://packagist.org/packages/labile/vk-data-fetcher/stats)\n[![Packagist Stats](https://img.shields.io/packagist/dt/labile/vk-data-fetcher)](https://packagist.org/packages/labile/vk-data-fetcher/stats)\n\n[Документация на русском языке](https://github.com/labi-le/vk-data-fetcher/blob/main/README_RU.md)\n\n## Installation\n\n`composer require labile/vk-data-fetcher`\n\n### Data fetcher for bots vkontakte\n\n```php\n\u003c?php\n\ndeclare(strict_types=1);\n\nuse Astaroth\\DataFetcher\\DataFetcher;\n\n$input_data = json_decode(\"vk json object\", false);\n\n$data = new DataFetcher($input_data);\n\n$raw_data = $data-\u003egetRawData();\n//$raw_data-\u003e...\n\nif ($data-\u003egetType() === \"message_new\"){\n    $message_new = $data-\u003emessageNew();\n    \n    $message_new-\u003egetText();\n    $message_new-\u003egetAttachments();\n    $message_new-\u003egetFromId();\n    $message_new-\u003egetPayload();\n    //...\n}\n\nif ($data-\u003egetType() === \"message_event\"){\n    $message_event = $data-\u003emessageEvent();\n\n    $message_event-\u003egetConversationMessageId();\n    $message_event-\u003egetPeerId();\n    $message_event-\u003egetEventId();\n    $message_event-\u003egetChatId();\n    //...\n}\n\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flabi-le%2Fvk-data-fetcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flabi-le%2Fvk-data-fetcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flabi-le%2Fvk-data-fetcher/lists"}