m165437 / igc2kmz-installer
Install igc2kmz in your PHP project with ease
Package info
github.com/M165437/igc2kmz-installer
Type:custom-installer
pkg:composer/m165437/igc2kmz-installer
Requires
- composer/composer: ^1.6
- symfony/filesystem: ^4.0
This package is auto-updated.
Last update: 2026-02-27 12:01:22 UTC
README
Install Python script igc2kmz in your PHP project with ease.
This package complements igc2kmz-php, a PHP wrapper for Python script igc2kmz.
Installation
The recommended way to install igc2kmz-installer is composer:
composer require m165437/igc2kmz-installer
Add it to scripts in your composer.json:
"scripts": { "install-igc2kmz": "M165437\\Igc2Kmz\\Installer::installIgc2Kmz" }
You may consider adding a reference to your update and install hooks:
"scripts": { "post-install-cmd": [ "@install-igc2kmz" ], "post-update-cmd": [ "@install-igc2kmz" ] }
Upon installation, this package adds a binary igc2kmz to vendor/bin that can be passed to the constructor of igc2kmz-php during instantiation.
$igc2kmz = new \Igc2KmzPhp\Igc2Kmz('vendor/bin/igc2kmz');
See igc2kmz-php for actual usage of igc2kmz in your PHP application.
Contributing
Thank you for considering contributing to this package! Please see CONTRIBUTING for details.
License
igc2kmz-installer is licensed under the MIT License (MIT). Please see the LICENSE file for more information.