2017 © Pedro Peláez
 

custom-installer igc2kmz-installer

Install igc2kmz in your PHP project with ease

image

m165437/igc2kmz-installer

Install igc2kmz in your PHP project with ease

  • Sunday, July 8, 2018
  • by m165437
  • Repository
  • 1 Watchers
  • 0 Stars
  • 19 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 6 % Grown

The README.md

igc2kmz Installer

Install Python script igc2kmz in your PHP project with ease., (*1)

This package complements igc2kmz-php, a PHP wrapper for Python script igc2kmz., (*2)

Installation

The recommended way to install igc2kmz-installer is composer:, (*3)

composer require m165437/igc2kmz-installer

Add it to scripts in your composer.json:, (*4)

"scripts": {
    "install-igc2kmz": "M165437\\Igc2Kmz\\Installer::installIgc2Kmz"
}

You may consider adding a reference to your update and install hooks:, (*5)

"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., (*6)

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

See igc2kmz-php for actual usage of igc2kmz in your PHP application., (*7)

Contributing

Thank you for considering contributing to this package! Please see CONTRIBUTING for details., (*8)

License

igc2kmz-installer is licensed under the MIT License (MIT). Please see the LICENSE file for more information., (*9)

The Versions

08/07 2018

dev-master

9999999-dev

Install igc2kmz in your PHP project with ease

  Sources   Download

MIT

The Requires

 

python kml igc google earth paragliding kmz

15/05 2018

v1.0.3

1.0.3.0

Install igc2kmz in your PHP project with ease

  Sources   Download

MIT

The Requires

 

python kml igc google earth paragliding kmz

10/05 2018

v1.0.2

1.0.2.0

Install igc2kmz in your php project with ease

  Sources   Download

MIT

The Requires

 

09/05 2018

v1.0.1

1.0.1.0

Install igc2kmz in your php project with ease

  Sources   Download

MIT

The Development Requires

08/05 2018

v1.0.0

1.0.0.0

Install igc2kmz in your php project with ease

  Sources   Download

MIT

The Development Requires