{"id":34368160,"url":"https://github.com/geo-io/wkt-parser","last_synced_at":"2026-04-08T13:31:17.663Z","repository":{"id":14043951,"uuid":"16746551","full_name":"geo-io/wkt-parser","owner":"geo-io","description":"Well-known text (WKT) Parser.","archived":false,"fork":false,"pushed_at":"2022-01-20T09:49:11.000Z","size":40,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-04T23:49:55.876Z","etag":null,"topics":["geo","geography","geometry","parser","spatial","wkt"],"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":null,"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-11T21:39:42.000Z","updated_at":"2022-01-15T16:44:16.000Z","dependencies_parsed_at":"2022-08-28T22:31:14.189Z","dependency_job_id":null,"html_url":"https://github.com/geo-io/wkt-parser","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/geo-io/wkt-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geo-io%2Fwkt-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geo-io%2Fwkt-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geo-io%2Fwkt-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geo-io%2Fwkt-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geo-io","download_url":"https://codeload.github.com/geo-io/wkt-parser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geo-io%2Fwkt-parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31558380,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T10:21:54.569Z","status":"ssl_error","status_checked_at":"2026-04-08T10:21:38.171Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["geo","geography","geometry","parser","spatial","wkt"],"created_at":"2025-12-18T08:44:33.081Z","updated_at":"2026-04-08T13:31:17.655Z","avatar_url":"https://github.com/geo-io.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Geo I/O WKT Parser\n==================\n\n[![Build Status](https://github.com/geo-io/wkt-parser/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/geo-io/wkt-parser/actions/workflows/ci.yml)\n[![Coverage Status](https://coveralls.io/repos/github/geo-io/wkt-parser/badge.svg?branch=main)](https://coveralls.io/github/geo-io/wkt-parser?branch=main)\n\nA parser which transforms\n[Well-known text (WKT)](http://en.wikipedia.org/wiki/Well-known_text)\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    public function createLineString($dimension, array $points, $srid = null)\n    {\n        return MyLineString($points);\n    }\n\n    // ...\n}\n\n$factory = MyFactory();\n$parser = new GeoIO\\WKT\\Parser\\Parser($factory);\n\n$myLineString = $parse-\u003eparse('LINESTRING(1 2, 2 2, 1 1)');\n```\n\nInstallation\n------------\n\nInstall [through composer](http://getcomposer.org). Check the\n[packagist page](https://packagist.org/packages/geo-io/wkt-parser) for all\navailable versions.\n\n```bash\ncomposer require geo-io/wkt-parser\n```\n\nLicense\n-------\n\nCopyright (c) 2014-2022 Jan Sorgalla. Released under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeo-io%2Fwkt-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeo-io%2Fwkt-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeo-io%2Fwkt-parser/lists"}