{"id":34368154,"url":"https://github.com/geo-io/wkb-parser","last_synced_at":"2026-04-06T06:04:49.065Z","repository":{"id":14475674,"uuid":"17187906","full_name":"geo-io/wkb-parser","owner":"geo-io","description":"Well-known binary (WKB) Parser.","archived":false,"fork":false,"pushed_at":"2022-01-20T09:48:25.000Z","size":37,"stargazers_count":77,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-08-19T16:07:31.194Z","etag":null,"topics":["geo","geography","geometry","parser","spatial","wkb"],"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/geo-io.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-02-25T20:56:23.000Z","updated_at":"2024-12-19T11:59:17.000Z","dependencies_parsed_at":"2022-09-16T19:30:44.212Z","dependency_job_id":null,"html_url":"https://github.com/geo-io/wkb-parser","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/geo-io/wkb-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geo-io%2Fwkb-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geo-io%2Fwkb-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geo-io%2Fwkb-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geo-io%2Fwkb-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geo-io","download_url":"https://codeload.github.com/geo-io/wkb-parser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geo-io%2Fwkb-parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31461534,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"online","status_checked_at":"2026-04-06T02:00:07.287Z","response_time":112,"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"}},"keywords":["geo","geography","geometry","parser","spatial","wkb"],"created_at":"2025-12-18T08:44:01.327Z","updated_at":"2026-04-06T06:04:49.048Z","avatar_url":"https://github.com/geo-io.png","language":"PHP","readme":"Geo I/O WKB Parser\n==================\n\n[![Build Status](https://github.com/geo-io/wkb-parser/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/geo-io/wkb-parser/actions/workflows/ci.yml)\n[![Coverage Status](https://coveralls.io/repos/github/geo-io/wkb-parser/badge.svg?branch=main)](https://coveralls.io/github/geo-io/wkb-parser?branch=main)\n\nA parser which transforms\n[Well-known binary (WKB)](http://en.wikipedia.org/wiki/Well-known_text#Well-known_binary)\nrepresentations into geometric objects.\n\n```php\nclass MyFactory implements GeoIO\\Factory\n{\n    public function createPoint($dimension, array $coordinates, $srid = null)\n    {\n        return MyPoint($coordinates['x'], $coordinates['y']);\n    }\n\n    // ...\n}\n\n$factory = MyFactory();\n$parser = new GeoIO\\WKB\\Parser\\Parser($factory);\n\n$myPoint = $parser-\u003eparse('000000000140000000000000004010000000000000'); // POINT(2.0 4.0)\n```\n\nInstallation\n------------\n\nInstall [through composer](http://getcomposer.org). Check the\n[packagist page](https://packagist.org/packages/geo-io/wkb-parser) for all\navailable versions.\n\n```bash\ncomposer require geo-io/wkb-parser\n```\n\nLicense\n-------\n\nCopyright (c) 2014-2022 Jan Sorgalla. Released under the [MIT License](LICENSE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeo-io%2Fwkb-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeo-io%2Fwkb-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeo-io%2Fwkb-parser/lists"}