cyberprojekt / libkml
KML Library - 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.
v0.2.4
2018-02-13 19:04 UTC
Requires
- php: >=7.1
Requires (Dev)
- phpunit/phpunit: ^6.2
- squizlabs/php_codesniffer: 3.*
This package is not auto-updated.
Last update: 2025-06-03 07:19:18 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/