nailfor / esri
ESRI parser
dev-master / 1.0.x-dev
2016-08-04 07:29 UTC
Requires
- php: >=5.4.0
- hisamu/php-xbase: ^1.0
Requires (Dev)
- php: >=5.4.0
- hisamu/php-xbase: ^1.0
This package is not auto-updated.
Last update: 2026-03-07 05:37:50 UTC
README
ESRI parser shapes and metadata
Installation
The preferred way to install this extension is through composer.
Either run
composer require nailfor/esri "1.0"
or add
"nailfor/esri" : "*"
to the require section of your application's composer.json file.
Usage
use esri\shpParser;
$path = 'path/to/folder/or/file.shp';
$parser = new shpParser(['path'=>$path]);
$records = $parser->getRecords();
Credits
License
The BSD License (BSD). Please see License File for more information.