PHPackages                             augmentedlogic/osm-tile-proxy - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Caching](/categories/caching)
4. /
5. augmentedlogic/osm-tile-proxy

ActiveLibrary[Caching](/categories/caching)

augmentedlogic/osm-tile-proxy
=============================

A proxy/tile cache for openstreetmap tiles which can modify the tiles on the fly to create custom colorful maps

v0.5.2(2y ago)10207[1 issues](https://github.com/augmentedlogic/osm-tile-proxy/issues)[2 PRs](https://github.com/augmentedlogic/osm-tile-proxy/pulls)MITPHPPHP &gt;=7.3

Since Nov 30Pushed 2y ago1 watchersCompare

[ Source](https://github.com/augmentedlogic/osm-tile-proxy)[ Packagist](https://packagist.org/packages/augmentedlogic/osm-tile-proxy)[ Docs](https://developer.augmentedlogic.com)[ RSS](/packages/augmentedlogic-osm-tile-proxy/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (6)Used By (0)

OSM Tile Proxy
==============

[](#osm-tile-proxy)

### Description

[](#description)

OSM Tile Proxy is a proxy/tile cache (written in PHP) for openstreetmap tiles which also can modify the tiles on the fly to create custom colorful maps.

### Prerequisites

[](#prerequisites)

You will need apache or nginx with PHP support and php-imagick (imagmagick) support.

### Installing

[](#installing)

- Clone the repository
- copy example/index.php-dist to public/index.php
- make sure your webserver has write permissions on cache/ and log/ directories
- redirect all requests to index.php, e.g. in apache with mod\_rewrite

```
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . /index.php [L]

```

or for nginx

```
 location /  {
            include /etc/nginx/fastcgi_params;
            fastcgi_param   SCRIPT_FILENAME  $document_root/index.php;
            fastcgi_pass unix:/var/run/php/php7.3-fpm.sock;
}

```

your tiles will now be served at

```
http:////${z}/${x}/${y}.png

```

Further Documentation
---------------------

[](#further-documentation)

For more configuration options and styling examples, see [OSM Tile Proxy on augmentedlogic developer](https://developer.augmentedlogic.com/project/osm-tile-proxy)

Demo
----

[](#demo)

See some style examples in action

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details

###  Health Score

23

—

LowBetter than 25% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 63.2% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~157 days

Total

5

Last Release

1090d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/664cb02c3562469457c14e9e0e1cf6f488dff8a9123d2203aeff9ef029c13728?d=identicon)[augmentedlogic](/maintainers/augmentedlogic)

---

Top Contributors

[![NlL5](https://avatars.githubusercontent.com/u/20781376?v=4)](https://github.com/NlL5 "NlL5 (12 commits)")[![wolfha](https://avatars.githubusercontent.com/u/6690021?v=4)](https://github.com/wolfha "wolfha (7 commits)")

---

Tags

openlayersopenstreetmapopenstreetmap-tilesphptile-cache

### Embed Badge

![Health badge](/badges/augmentedlogic-osm-tile-proxy/health.svg)

```
[![Health](https://phpackages.com/badges/augmentedlogic-osm-tile-proxy/health.svg)](https://phpackages.com/packages/augmentedlogic-osm-tile-proxy)
```

###  Alternatives

[iazaran/smart-cache

Smart Cache is a caching optimization package designed to enhance the way your Laravel application handles data caching. It intelligently manages large data sets by compressing, chunking, or applying other optimization strategies to keep your application performant and efficient.

21114.2k](/packages/iazaran-smart-cache)[phpfastcache/phpssdb

PHP SSDB Driver for phpFastCache

14736.9k1](/packages/phpfastcache-phpssdb)[rapidwebltd/rw-file-cache

RW File Cache is a PHP File-based Caching Library. Its syntax is designed to closely resemble the PHP memcache extension.

15196.8k7](/packages/rapidwebltd-rw-file-cache)[yuzuru-s/redis-recommend

Wrapping Redis's sorted set APIs for specializing recommending operations.

392.9k](/packages/yuzuru-s-redis-recommend)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
