Download the PHP package plin-code/kml-parser without Composer
On this page you can find all versions of the php package plin-code/kml-parser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download plin-code/kml-parser
More information about plin-code/kml-parser
Files in plin-code/kml-parser
Package kml-parser
Short Description A Laravel package to parse KML and KMZ files
License MIT
Homepage https://github.com/plin-code/kml-parser
Informations about the package kml-parser
Laravel KML Parser
A simple Laravel package to parse KML and KMZ files, extracting geographic data in a convenient format.
Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
Usage
Basic Usage
Working with KMZ Files
KMZ files are ZIP archives that contain a KML file and possibly other assets like images:
Extract all files from a KMZ:
Facade Usage
You can also use the provided facade:
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Daniele Barbaro
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of kml-parser with dependencies
ext-simplexml Version *
ext-libxml Version *
ext-zip Version *
spatie/laravel-package-tools Version ^1.16
illuminate/contracts Version ^11.0||^12.0