m165437/igc2kmz-installer

Install igc2kmz in your PHP project with ease

Installs: 33

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:custom-installer

v1.0.3 2018-05-15 03:44 UTC

This package is auto-updated.

Last update: 2024-03-27 07:34:56 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.