PHPackages                             elevenlab/php-ogc - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. elevenlab/php-ogc

ActiveLibrary

elevenlab/php-ogc
=================

GeoSpatial objects (Open Geo Consortium compliant)

1.0.1(9y ago)2420.5k—3.1%5[1 issues](https://github.com/eleven-lab/php-ogc/issues)3GNU GPL v3.0PHPPHP &gt;=5.4.0

Since Mar 17Pushed 9y ago3 watchersCompare

[ Source](https://github.com/eleven-lab/php-ogc)[ Packagist](https://packagist.org/packages/elevenlab/php-ogc)[ RSS](/packages/elevenlab-php-ogc/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (3)Used By (3)

Rationale
=========

[](#rationale)

This package aims to implement the Open Geo Consortium proposed standard for geo-spatial objects.

Installation
============

[](#installation)

Using Composer
--------------

[](#using-composer)

Execute in the project root folder:

```
$ composer require elevenlab/php-ogc
```

Manually
--------

[](#manually)

TODO

Quick Documentation
===================

[](#quick-documentation)

All objects could be created from and exported as:

- Well Known Text (WKT) format
- Well Known Binary (WKB) format

Point
-----

[](#point)

```
