{"id":1050812,"name":"@mattacosta/php-parser","ecosystem":"npm","description":"A cross-platform, error-tolerant PHP parser that provides a complete representation of your source code.","homepage":"https://github.com/mattacosta/php-parser#readme","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/mattacosta/php-parser","keywords_array":[],"namespace":"mattacosta","versions_count":7,"first_release_published_at":"2017-11-26T05:47:49.639Z","latest_release_published_at":"2020-06-06T02:37:04.063Z","latest_release_number":"1.0.0-beta.7","last_synced_at":"2026-06-10T10:16:58.432Z","created_at":"2022-04-07T20:14:23.923Z","updated_at":"2026-06-10T11:39:55.031Z","registry_url":"https://www.npmjs.com/package/@mattacosta/php-parser","install_command":"npm install @mattacosta/php-parser","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"1.0.0-beta.7"}},"repo_metadata":{"id":54871692,"uuid":"111928407","full_name":"mattacosta/php-parser","owner":"mattacosta","description":"A cross-platform, error-tolerant PHP parser that provides a complete representation of your source code.","archived":false,"fork":false,"pushed_at":"2021-05-10T13:00:38.000Z","size":1383,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-26T15:02:15.486Z","etag":null,"topics":["ast","cross-platform","parser","php","php-parser"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mattacosta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-24T14:43:54.000Z","updated_at":"2021-07-21T16:56:19.000Z","dependencies_parsed_at":"2022-08-14T05:20:24.229Z","dependency_job_id":null,"html_url":"https://github.com/mattacosta/php-parser","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/mattacosta/php-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattacosta%2Fphp-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattacosta%2Fphp-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattacosta%2Fphp-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattacosta%2Fphp-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattacosta","download_url":"https://codeload.github.com/mattacosta/php-parser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattacosta%2Fphp-parser/sbom","scorecard":{"id":625502,"data":{"date":"2025-08-11","repo":{"name":"github.com/mattacosta/php-parser","commit":"de25bd0dfbafac52e96208f2962a355395314812"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3,"checks":[{"name":"Code-Review","score":0,"reason":"Found 0/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"SAST","score":0,"reason":"no SAST tool detected","details":["Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":4,"reason":"dependency not pinned by hash detected -- score normalized to 4","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/mattacosta/php-parser/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/mattacosta/php-parser/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/mattacosta/php-parser/ci.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:53: update your workflow using https://app.stepsecurity.io/secureworkflow/mattacosta/php-parser/ci.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:66: update your workflow using https://app.stepsecurity.io/secureworkflow/mattacosta/php-parser/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:76: update your workflow using https://app.stepsecurity.io/secureworkflow/mattacosta/php-parser/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/mattacosta/php-parser/ci.yml/master?enable=pin","Info:   0 out of   5 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned","Info:   2 out of   2 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":0,"reason":"51 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-67hx-6x53-jw92","Warn: Project is vulnerable to: GHSA-v88g-cgmw-v5xw","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg","Warn: Project is vulnerable to: GHSA-x9w5-v3q2-3rhw","Warn: Project is vulnerable to: GHSA-wg6g-ppvx-927h","Warn: Project is vulnerable to: GHSA-897m-rjf5-jp39","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-w573-4hg7-7wgq","Warn: Project is vulnerable to: GHSA-r9p9-mrjm-926w","Warn: Project is vulnerable to: GHSA-434g-2637-qmqr","Warn: Project is vulnerable to: GHSA-49q7-c7j4-3p7m","Warn: Project is vulnerable to: GHSA-977x-g7h5-7qgw","Warn: Project is vulnerable to: GHSA-f7q4-pwc6-w24p","Warn: Project is vulnerable to: GHSA-fc9h-whq2-v747","Warn: Project is vulnerable to: GHSA-vjh7-7g9h-fjfh","Warn: Project is vulnerable to: GHSA-4gmj-3p3h-gm8h","Warn: Project is vulnerable to: GHSA-2j2x-2gpw-g8fm","Warn: Project is vulnerable to: GHSA-8r6j-v8pm-fqw3","Warn: Project is vulnerable to: MAL-2023-462","Warn: Project is vulnerable to: GHSA-ww39-953v-wcq6","Warn: Project is vulnerable to: GHSA-43f8-2h32-f4cj","Warn: Project is vulnerable to: GHSA-qqgx-2p2h-9c37","Warn: Project is vulnerable to: GHSA-9c47-m6qq-7p4h","Warn: Project is vulnerable to: GHSA-6c8f-qphg-qjgp","Warn: Project is vulnerable to: GHSA-p6mc-m468-83gw","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv","Warn: Project is vulnerable to: GHSA-f8q6-p94x-37v3","Warn: Project is vulnerable to: GHSA-vh95-rmgr-6w4m","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-qrpm-p2h7-hrv2","Warn: Project is vulnerable to: GHSA-mwcw-c2x4-8c55","Warn: Project is vulnerable to: GHSA-hj48-42vr-x3v9","Warn: Project is vulnerable to: GHSA-h7cp-r72f-jxh6","Warn: Project is vulnerable to: GHSA-v62p-rq8g-8h59","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-g4rg-993r-mgx7","Warn: Project is vulnerable to: GHSA-3jfq-g458-7qm9","Warn: Project is vulnerable to: GHSA-r628-mhmh-qjhw","Warn: Project is vulnerable to: GHSA-9r2w-394v-53qc","Warn: Project is vulnerable to: GHSA-5955-9wpr-37jh","Warn: Project is vulnerable to: GHSA-qq89-hq3f-393p","Warn: Project is vulnerable to: GHSA-f5x3-32g6-xq36","Warn: Project is vulnerable to: GHSA-j8xg-fqg3-53r7","Warn: Project is vulnerable to: GHSA-c4w7-xm78-47vh","Warn: Project is vulnerable to: GHSA-p9pc-299p-vxgp"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-21T06:19:13.982Z","repository_id":54871692,"created_at":"2025-08-21T06:19:13.988Z","updated_at":"2025-08-21T06:19:13.988Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277295940,"owners_count":25794407,"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-09-27T02:00:08.978Z","response_time":73,"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"},"owner_record":{"login":"mattacosta","name":"Matt Acosta","uuid":"1007463","kind":"user","description":null,"email":"","website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/1007463?v=4","repositories_count":7,"last_synced_at":"2025-09-26T15:02:00.543Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/mattacosta","funding_links":[],"total_stars":4,"followers":0,"following":0,"created_at":"2022-11-09T21:28:22.534Z","updated_at":"2025-09-26T15:02:00.543Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattacosta","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattacosta/repositories"},"tags":[{"name":"v1.0.0-beta.7","sha":"c4f309158201a97ee56c272652e6b7161149116c","kind":"commit","published_at":"2020-06-06T02:32:19.000Z","download_url":"https://codeload.github.com/mattacosta/php-parser/tar.gz/v1.0.0-beta.7","html_url":"https://github.com/mattacosta/php-parser/releases/tag/v1.0.0-beta.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattacosta/php-parser@v1.0.0-beta.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattacosta%2Fphp-parser/tags/v1.0.0-beta.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattacosta%2Fphp-parser/tags/v1.0.0-beta.7/manifests"},{"name":"v1.0.0-beta.6","sha":"e1ebf1a5ba8d6457a9a2ee60ad76abaf465f0353","kind":"commit","published_at":"2019-09-13T00:33:43.000Z","download_url":"https://codeload.github.com/mattacosta/php-parser/tar.gz/v1.0.0-beta.6","html_url":"https://github.com/mattacosta/php-parser/releases/tag/v1.0.0-beta.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattacosta/php-parser@v1.0.0-beta.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattacosta%2Fphp-parser/tags/v1.0.0-beta.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattacosta%2Fphp-parser/tags/v1.0.0-beta.6/manifests"},{"name":"v1.0.0-beta.5","sha":"0fec5f24912ef13744dee7b030e5f4929626a552","kind":"commit","published_at":"2019-05-05T03:32:04.000Z","download_url":"https://codeload.github.com/mattacosta/php-parser/tar.gz/v1.0.0-beta.5","html_url":"https://github.com/mattacosta/php-parser/releases/tag/v1.0.0-beta.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattacosta/php-parser@v1.0.0-beta.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattacosta%2Fphp-parser/tags/v1.0.0-beta.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattacosta%2Fphp-parser/tags/v1.0.0-beta.5/manifests"},{"name":"v1.0.0-beta.4","sha":"0c5bc9ff2e987fd888bcf35f70e10f4615145e2f","kind":"commit","published_at":"2018-08-30T12:39:54.000Z","download_url":"https://codeload.github.com/mattacosta/php-parser/tar.gz/v1.0.0-beta.4","html_url":"https://github.com/mattacosta/php-parser/releases/tag/v1.0.0-beta.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattacosta/php-parser@v1.0.0-beta.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattacosta%2Fphp-parser/tags/v1.0.0-beta.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattacosta%2Fphp-parser/tags/v1.0.0-beta.4/manifests"},{"name":"v1.0.0-beta.3","sha":"93d4888913991b1c650a29255bb5e2eff48cc889","kind":"commit","published_at":"2018-06-04T15:22:03.000Z","download_url":"https://codeload.github.com/mattacosta/php-parser/tar.gz/v1.0.0-beta.3","html_url":"https://github.com/mattacosta/php-parser/releases/tag/v1.0.0-beta.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattacosta/php-parser@v1.0.0-beta.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattacosta%2Fphp-parser/tags/v1.0.0-beta.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattacosta%2Fphp-parser/tags/v1.0.0-beta.3/manifests"},{"name":"v1.0.0-beta.2","sha":"9e39a0d2d40454884106e0b781148df792b86fca","kind":"commit","published_at":"2018-02-28T23:24:55.000Z","download_url":"https://codeload.github.com/mattacosta/php-parser/tar.gz/v1.0.0-beta.2","html_url":"https://github.com/mattacosta/php-parser/releases/tag/v1.0.0-beta.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattacosta/php-parser@v1.0.0-beta.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattacosta%2Fphp-parser/tags/v1.0.0-beta.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattacosta%2Fphp-parser/tags/v1.0.0-beta.2/manifests"},{"name":"v1.0.0-beta.1","sha":"607598343990c786d5734db7ec17d6d235674270","kind":"commit","published_at":"2017-11-26T05:46:24.000Z","download_url":"https://codeload.github.com/mattacosta/php-parser/tar.gz/v1.0.0-beta.1","html_url":"https://github.com/mattacosta/php-parser/releases/tag/v1.0.0-beta.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mattacosta/php-parser@v1.0.0-beta.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattacosta%2Fphp-parser/tags/v1.0.0-beta.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattacosta%2Fphp-parser/tags/v1.0.0-beta.1/manifests"}]},"repo_metadata_updated_at":"2026-06-10T11:39:55.010Z","dependent_packages_count":1,"downloads":76,"downloads_period":"last-month","dependent_repos_count":1,"rankings":{"downloads":34.42112988295881,"dependent_repos_count":10.406813519820098,"dependent_packages_count":21.105207766080817,"stargazers_count":16.80956962639632,"forks_count":15.487242285130625,"docker_downloads_count":null,"average":19.645992616077333},"purl":"pkg:npm/%40mattacosta/php-parser","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@mattacosta/php-parser","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@mattacosta/php-parser","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@mattacosta/php-parser/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-26T15:58:17.437Z","issues_count":4,"pull_requests_count":7,"avg_time_to_close_issue":23358552.0,"avg_time_to_close_pull_request":2855957.1666666665,"issues_closed_count":2,"pull_requests_closed_count":6,"pull_request_authors_count":2,"issue_authors_count":1,"avg_comments_per_issue":0.25,"avg_comments_per_pull_request":0.42857142857142855,"merged_pull_requests_count":5,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattacosta%2Fphp-parser/issues","maintainers":[{"login":"mattacosta","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mattacosta"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@mattacosta%2Fphp-parser/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@mattacosta%2Fphp-parser/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@mattacosta%2Fphp-parser/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@mattacosta%2Fphp-parser/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@mattacosta%2Fphp-parser/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@mattacosta%2Fphp-parser/codemeta","maintainers":[{"uuid":"mattacosta","login":"mattacosta","name":null,"email":"mattacosta.noreply@gmail.com","url":null,"packages_count":2,"html_url":"https://www.npmjs.com/~mattacosta","role":null,"created_at":"2022-11-20T19:22:18.846Z","updated_at":"2022-11-20T19:22:18.846Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/mattacosta/packages"}]}