PHPackages                             amestsantim/wkt2epsg - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. amestsantim/wkt2epsg

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

amestsantim/wkt2epsg
====================

A PHP library that can be used to convert well-known text (WKT) projection information (like ones found in .prj files) to standard EPSG codes.

1.0.1(6y ago)041MITHTMLPHP &gt;=7.1.0

Since Apr 1Pushed 6y ago1 watchersCompare

[ Source](https://github.com/amestsantim/wkt2epsg)[ Packagist](https://packagist.org/packages/amestsantim/wkt2epsg)[ RSS](/packages/amestsantim-wkt2epsg/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

wkt2epsg
========

[](#wkt2epsg)

A PHP library that can be used to convert well-known text (WKT) projection information (like ones found in .prj files) to standard EPSG codes.

Prerequisites
-------------

[](#prerequisites)

- php &gt;= 7.1
- ext-sqlite3:

Installation
------------

[](#installation)

### Via Composer

[](#via-composer)

This package can be installed easily with composer - just require the `amestsantim/wkt2epsg` package from the command line.

```
composer require amestsantim/wkt2epsg

```

Alternatively, you can manually add the voucherator package to your `composer.json` file and then run `composer install` from the command line as follows:

```
{
    "require": {
        "amestsantim/wkt2epsg": "^1.0"
    }
}

```

```
composer install

```

You can use it in your PHP code like this:

```
