{"id":22752304,"url":"https://github.com/sagittaracc/reflection","last_synced_at":"2025-08-12T23:06:29.300Z","repository":{"id":127252479,"uuid":"404259854","full_name":"sagittaracc/reflection","owner":"sagittaracc","description":null,"archived":false,"fork":false,"pushed_at":"2022-03-14T13:13:33.000Z","size":21,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T06:44:04.580Z","etag":null,"topics":["php","php-extension","php-extensions","php-reflection","reflection-library"],"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/sagittaracc.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-09-08T07:54:36.000Z","updated_at":"2023-08-25T12:14:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"c0b90003-f74d-4a66-b083-eb9b04d65443","html_url":"https://github.com/sagittaracc/reflection","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sagittaracc/reflection","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sagittaracc%2Freflection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sagittaracc%2Freflection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sagittaracc%2Freflection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sagittaracc%2Freflection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sagittaracc","download_url":"https://codeload.github.com/sagittaracc/reflection/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sagittaracc%2Freflection/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270149345,"owners_count":24535728,"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-08-12T02:00:09.011Z","response_time":80,"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":["php","php-extension","php-extensions","php-reflection","reflection-library"],"created_at":"2024-12-11T05:10:53.765Z","updated_at":"2025-08-12T23:06:29.260Z","avatar_url":"https://github.com/sagittaracc.png","language":"PHP","readme":"### Пример\n\n```php\nnamespace sagittaracc\\classes;\n\nclass Test\n{\n    public function method()\n    {\n        if (true) {\n            return 'this method';\n        }\n\n        return 'never goes here';\n    }\n}\n```\n\n```php\n$reflection = new ReflectionClass(Test::class);\n$method = $reflection-\u003egetMethod('method');\necho $method-\u003ebody; // if (true) { return 'this method'; }  return 'never goes here';\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsagittaracc%2Freflection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsagittaracc%2Freflection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsagittaracc%2Freflection/lists"}