{"id":36333918,"url":"https://github.com/texthtml/php-object-reaper","last_synced_at":"2026-01-11T12:02:53.668Z","repository":{"id":256484793,"uuid":"855451928","full_name":"texthtml/php-object-reaper","owner":"texthtml","description":"Let you register callbacks that will be called when objects are destroyed.","archived":false,"fork":false,"pushed_at":"2025-12-14T12:10:49.000Z","size":20,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-16T17:20:53.934Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/texthtml.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":"2024-09-10T22:21:02.000Z","updated_at":"2025-12-14T12:10:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"52d54844-ea42-4a88-bf07-52ae85ebc304","html_url":"https://github.com/texthtml/php-object-reaper","commit_stats":null,"previous_names":["texthtml/php-object-reaper"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/texthtml/php-object-reaper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/texthtml%2Fphp-object-reaper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/texthtml%2Fphp-object-reaper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/texthtml%2Fphp-object-reaper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/texthtml%2Fphp-object-reaper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/texthtml","download_url":"https://codeload.github.com/texthtml/php-object-reaper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/texthtml%2Fphp-object-reaper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28302071,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T11:18:18.743Z","status":"ssl_error","status_checked_at":"2026-01-11T11:07:56.842Z","response_time":60,"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":[],"created_at":"2026-01-11T12:02:53.606Z","updated_at":"2026-01-11T12:02:53.659Z","avatar_url":"https://github.com/texthtml.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Object Reaper: here for your objects when they pass away\n\nLet you register callbacks that will be called when objects are destroyed.\n\n# Installation\n\n```bash\ncomposer req texthtml/object-reaper\n```\n\n# Usage\n\n```php\n$a = (object) [];\n\n// Attach a callback to any object\n// It will be called when the object is destroyed\n\nReaper::watch($a, function () { echo \"Good Bye\"; });\n\n// \"Good bye\" will be printed when $a is destroyed\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftexthtml%2Fphp-object-reaper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftexthtml%2Fphp-object-reaper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftexthtml%2Fphp-object-reaper/lists"}