webtoucher / yandex-tiles
Library for generating map tiles.
dev-master
2016-05-30 16:44 UTC
Requires
- php: >=5.4.0
This package is auto-updated.
Last update: 2024-11-14 22:00:41 UTC
README
This is library for generating map tiles. You can use it with Yandex map API.
Installation
The preferred way to install this extension is through composer.
Either run
$ php composer.phar require webtoucher/yandex-tiles "*"
or add
"webtoucher/yandex-tiles": "*"
to the require
section of your composer.json
file.