{"id":23375808,"url":"https://github.com/spameri/arraycatch","last_synced_at":"2025-06-21T10:07:27.621Z","repository":{"id":145604500,"uuid":"87304294","full_name":"Spameri/ArrayCatch","owner":"Spameri","description":"Catch exceptions of undefined array fields instead of crash.","archived":false,"fork":false,"pushed_at":"2017-04-05T12:04:03.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-21T10:07:08.921Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Spameri.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-04-05T12:01:30.000Z","updated_at":"2017-04-05T12:02:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"9a7600be-6db9-4516-914d-49cf94a77499","html_url":"https://github.com/Spameri/ArrayCatch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Spameri/ArrayCatch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Spameri%2FArrayCatch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Spameri%2FArrayCatch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Spameri%2FArrayCatch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Spameri%2FArrayCatch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Spameri","download_url":"https://codeload.github.com/Spameri/ArrayCatch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Spameri%2FArrayCatch/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261103452,"owners_count":23109932,"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":[],"created_at":"2024-12-21T17:18:40.758Z","updated_at":"2025-06-21T10:07:22.608Z","avatar_url":"https://github.com/Spameri.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ArrayCatch\nCatch exceptions of undefined array fields instead of crash.\n\n## Usage\n```php?start_inline=true \nset_error_handler('handleError');\n\n$data = [];\ntry {\n\techo $data['test'];\n\n} catch (ArrayFieldNotSet $exception) {\n\techo $exception-\u003egetMessage();\n}\n\nrestore_error_handler();\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspameri%2Farraycatch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspameri%2Farraycatch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspameri%2Farraycatch/lists"}