KML库 - libKML将KML/KMZ数据映射到符合KML规范的适当对象。库的目的是从代码中创建KML文件、解析KML文件并将其转换为其他格式,同时保留完整的KML信息。

v0.2.4 2018-02-13 19:04 UTC

README

libKML v.0.2.4

-----------------------------------
Fork of php-libKML https://github.com/earelin/php-libkml

A php library to work with KML/KMZ files

libKML maps KML/KMZ data into proper objects that follows the KML specification.
The purpose of the library is create KML file from code, parse KML files
and convert to another formats maintaining the complete KML information.

Requires
-----------------------------------
PHP 7.1

Tests
-----------------------------------
./vendor/bin/phpunit

PHP_CodeSniffer
-----------------------------------
vendor/bin/phpcs --extensions=php --standard=PSR2 --ignore=*local.php src/ tests/

 PHP Code Beautifier and Fixer
-----------------------------------
vendor/bin/phpcbf --extensions=php --standard=PSR2 src/ tests/