PHP code example of augmentedlogic / osm-tile-proxy
1. Go to this page and download the library: Download augmentedlogic/osm-tile-proxy library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
augmentedlogic / osm-tile-proxy example snippets
location / {
SCRIPT_FILENAME $document_root/index.php;
fastcgi_pass unix:/var/run/php/php7.3-fpm.sock;
}