PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Niko Peikrishvili   WMTS PHP Map Tile Downloader   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: WMTS PHP Map Tile Downloader
Download tiles of maps of a world region from WMTS
Author: By
Last change:
Date: 1 year ago
Size: 487 bytes
 

Contents

Class file image Download
{ "name": "nikop/wmts-tile-downloader", "type": "library", "minimum-stability": "dev", "license": "MIT", "version": "1.0.3", "authors": [ { "name": "Niko Peikrishvili", "email": "niko.peikrishvili@gmail.com" } ], "autoload": { "psr-4": { "WMTSTileDownloader\\": "src/" } }, "require": { "php": "^8.2", "guzzlehttp/guzzle": "^7.5.0" }, "require-dev": { "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^10.2" } }