{"id":40429197,"url":"https://github.com/jonesiscoding/php-reflection","last_synced_at":"2026-01-20T16:01:24.673Z","repository":{"id":332366822,"uuid":"1131300471","full_name":"jonesiscoding/php-reflection","owner":"jonesiscoding","description":"Library that adds additional Reflection style classes, with additional functionality for PHP 7.0","archived":false,"fork":false,"pushed_at":"2026-01-13T14:41:52.000Z","size":38,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-13T17:10:38.797Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jonesiscoding.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-09T19:29:34.000Z","updated_at":"2026-01-13T14:42:53.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jonesiscoding/php-reflection","commit_stats":null,"previous_names":["jonesiscoding/php-reflection"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/jonesiscoding/php-reflection","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonesiscoding%2Fphp-reflection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonesiscoding%2Fphp-reflection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonesiscoding%2Fphp-reflection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonesiscoding%2Fphp-reflection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonesiscoding","download_url":"https://codeload.github.com/jonesiscoding/php-reflection/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonesiscoding%2Fphp-reflection/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28606288,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T14:45:23.139Z","status":"ssl_error","status_checked_at":"2026-01-20T14:44:16.929Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2026-01-20T16:01:12.174Z","updated_at":"2026-01-20T16:01:24.654Z","avatar_url":"https://github.com/jonesiscoding.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# php-reflection\n\nLibrary that adds additional Reflection-style classes, with additional functionality for PHP 7.0\n\n## ReflectionComment Classes\n\nParses the contents of a comment retrieved from a function, property or class.  Each source type has a specific class\nwhich can be used to parse and retrieve individual tags from the PHPdoc comment.\n\nTags are returned as a `ReflectionTag`.  In cases where tags may repeat such as `@property`, `@method` or `@param`, a\n`TagBag` is returned.\n\n## ReflectionVar Classes\n\nSimilar to ReflectionType, this class provides information on a type, such as a property type, parameter type, or method \nreturn type. Unlike ReflectionType, the data for a ReflectionVar can be pulled from the DocComment of the related\nreflection object.\n\nMultiple types are presented as a `ReflectionUnionVar`, and singular types are presented as a `ReflectionNamedVar`, in\nthe same manner as PHP 7.1+.\n\nIn cases where a PHPdoc indicates an array of a specific type, a `ReflectionPrototypeVar` is used to indicate this.\n\n## ReflectionTag Classes\n\nThese classes are used internally to represent a tag from a `ReflectionComment`.\n\n## Other Classes\n\n### ReflectionClassImports\n\nThis class parases the `use` statements above the class declaration in a class, in order to resolve types referred to\nby short names in PHPdoc comments.\n\n### ReflectionConstructor\n\nThis class provides insight into a class constructor, allowing for instantiation via an array of named arguments.\n\n### ReflectionName\n\nThis class provides manipulation of class, method, and property names, allowing for easy generation of method names\nfrom property names, and vice versa.\n\n### ReflectionAccess\n\nThis class provides basic information about wether a property is accessible within a class, whether directly or through\na getter and/or setter.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonesiscoding%2Fphp-reflection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonesiscoding%2Fphp-reflection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonesiscoding%2Fphp-reflection/lists"}