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)10206[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 6d ago

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 27% 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

998d 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

[predis/predis

A flexible and feature-complete Redis/Valkey client for PHP.

7.8k305.7M2.4k](/packages/predis-predis)[snc/redis-bundle

A Redis bundle for Symfony

1.0k39.4M67](/packages/snc-redis-bundle)[react/cache

Async, Promise-based cache interface for ReactPHP

444112.4M40](/packages/react-cache)[wp-media/wp-rocket

Performance optimization plugin for WordPress

7431.3M3](/packages/wp-media-wp-rocket)[illuminate/cache

The Illuminate Cache package.

12835.6M1.4k](/packages/illuminate-cache)[colinmollenhour/php-redis-session-abstract

A Redis-based session handler with optimistic locking

6325.6M14](/packages/colinmollenhour-php-redis-session-abstract)

PHPackages © 2026

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