PHPackages                             m165437/igc2kmz-installer - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. m165437/igc2kmz-installer

ActiveCustom-installer[Utility &amp; Helpers](/categories/utility)

m165437/igc2kmz-installer
=========================

Install igc2kmz in your PHP project with ease

v1.0.3(7y ago)0381MITPHP

Since May 8Pushed 7y ago1 watchersCompare

[ Source](https://github.com/M165437/igc2kmz-installer)[ Packagist](https://packagist.org/packages/m165437/igc2kmz-installer)[ RSS](/packages/m165437-igc2kmz-installer/feed)WikiDiscussions master Synced today

READMEChangelog (4)Dependencies (2)Versions (5)Used By (1)

igc2kmz Installer
=================

[](#igc2kmz-installer)

Install Python script [igc2kmz](https://github.com/twpayne/igc2kmz) in your PHP project with ease.

This package complements [igc2kmz-php](https://github.com/m165437/igc2kmz-php), a PHP wrapper for Python script [igc2kmz](https://github.com/twpayne/igc2kmz).

Installation
------------

[](#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](https://github.com/m165437/igc2kmz-php) during instantiation.

```
$igc2kmz = new \Igc2KmzPhp\Igc2Kmz('vendor/bin/igc2kmz');
```

See [igc2kmz-php](https://github.com/m165437/igc2kmz-php) for actual usage of igc2kmz in your PHP application.

Contributing
------------

[](#contributing)

Thank you for considering contributing to this package! Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

License
-------

[](#license)

igc2kmz-installer is licensed under the MIT License (MIT). Please see the [LICENSE](LICENSE.md) file for more information.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~2 days

Total

4

Last Release

2919d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/711773?v=4)[Michael Schmidt-Voigt](/maintainers/m165437)[@M165437](https://github.com/M165437)

---

Top Contributors

[![M165437](https://avatars.githubusercontent.com/u/711773?v=4)](https://github.com/M165437 "M165437 (6 commits)")

---

Tags

pythonkmlgoogle earthkmzigcparagliding

### Embed Badge

![Health badge](/badges/m165437-igc2kmz-installer/health.svg)

```
[![Health](https://phpackages.com/badges/m165437-igc2kmz-installer/health.svg)](https://phpackages.com/packages/m165437-igc2kmz-installer)
```

###  Alternatives

[ramsey/conventional-commits

A PHP library for creating and validating commit messages according to the Conventional Commits specification. Includes a CaptainHook action!

1931.2M122](/packages/ramsey-conventional-commits)[ihor/nspl

Non-standard PHP library (NSPL) - functional primitives toolbox and more

381368.5k](/packages/ihor-nspl)[swoole/phpy

Connecting the Python and PHP ecosystems together

6376.4k1](/packages/swoole-phpy)[danielstjules/sliceable-stringy

Python string slices in PHP

4751.6k1](/packages/danielstjules-sliceable-stringy)[clickstorm/go-maps-ext

Google Maps Extension. Simply insert a google map Version 3 without jQuery, calculate a route, images for markers, style maps, KML, categories, responsive and many more.

23159.1k1](/packages/clickstorm-go-maps-ext)[funiq/geophp

Open-source native PHP library for doing geometry operations. Can read and write a wide variety of formats: (E)WKT, (E)WKB, TWKB, GeoJSON, KML, GPX, GeoRSS. Works with all Simple-Feature geometries (Point, LineString, Polygon...) and can be used to get centroids, bounding-boxes, area, etc.

21114.4k1](/packages/funiq-geophp)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
