{"id":23505346,"url":"https://github.com/nabeghe/reflecty-php","last_synced_at":"2025-04-16T00:59:41.456Z","repository":{"id":264301861,"uuid":"876885412","full_name":"nabeghe/reflecty-php","owner":"nabeghe","description":"Simple reflection helper for PHP.","archived":false,"fork":false,"pushed_at":"2024-12-26T12:29:47.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-16T00:59:33.898Z","etag":null,"topics":["php","php-helper","php-helpers","php-library","php-reflection","reflection"],"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/nabeghe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2024-10-22T18:01:24.000Z","updated_at":"2024-12-26T12:28:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"e11dc18e-6eb0-48d9-917d-7f0b827ff5c2","html_url":"https://github.com/nabeghe/reflecty-php","commit_stats":null,"previous_names":["nabeghe/reflecty-php"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nabeghe%2Freflecty-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nabeghe%2Freflecty-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nabeghe%2Freflecty-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nabeghe%2Freflecty-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nabeghe","download_url":"https://codeload.github.com/nabeghe/reflecty-php/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249178209,"owners_count":21225349,"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":["php","php-helper","php-helpers","php-library","php-reflection","reflection"],"created_at":"2024-12-25T09:32:24.036Z","updated_at":"2025-04-16T00:59:41.449Z","avatar_url":"https://github.com/nabeghe.png","language":"PHP","readme":"# Reflecty\n\n\u003e Simple reflection helper for PHP.\n\n\u003chr\u003e\n\n## 🫡 Usage\n\n### 🚀 Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require nabeghe/reflecty\n```\n\n\u003chr\u003e\n\n### Example - Class Ancestors\n\n```php\nuse Nabeghe\\Reflecty\\Reflecty;\n\nclass Animal\n{\n}\n\nclass Lion extends Animal\n{\n}\n\nclass Cat extends Lion\n{\n}\n\nprint_r(Reflecty::classAncestors(Cat::class));\n\n/*\n    Array\n    (\n        [0] =\u003e Lion\n        [1] =\u003e Animal\n    )\n */\n```\n\n\u003chr\u003e\n\n## 📖 License\n\nCopyright (c) Hadi Akbarzadeh\n\nLicensed under the MIT license, see [LICENSE.md](LICENSE.md) for details.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnabeghe%2Freflecty-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnabeghe%2Freflecty-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnabeghe%2Freflecty-php/lists"}