webtoucher / yandex-tiles
Library for generating map tiles.
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/webtoucher/yandex-tiles
Requires
- php: >=5.4.0
This package is auto-updated.
Last update: 2025-09-14 23:37:14 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.