dev-master
9999999-dev https://github.com/nailfor/esriESRI parser
BSD-3-Clause
The Requires
- hisamu/php-xbase ^1.0
- php >=5.4.0
The Development Requires
- php >=5.4.0
- hisamu/php-xbase ^1.0
by nailfor
extension yii2 yii esri
ESRI parser
ESRI parser shapes and metadata, (*1)
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
composer require nailfor/esri "1.0"
or add, (*4)
"nailfor/esri" : "*"
to the require section of your application's composer.json
file., (*5)
use esri\shpParser; $path = 'path/to/folder/or/file.shp'; $parser = new shpParser(['path'=>$path]); $records = $parser->getRecords();
The BSD License (BSD). Please see License File for more information., (*6)
ESRI parser
BSD-3-Clause
extension yii2 yii esri