ikarusbot/vendor/dantsu/php-osm-static-api/composer.json
2025-01-10 19:52:34 +02:00

34 lines
686 B
JSON

{
"name": "dantsu/php-osm-static-api",
"type": "library",
"description": "PHP library to easily get static image from OpenStreetMap (OSM), add markers and draw lines.",
"keywords": [
"php",
"osm",
"openstreetmap",
"map",
"static",
"image",
"maps",
"api"
],
"homepage": "https://github.com/DantSu/php-osm-static-api",
"license": "MIT",
"authors": [
{
"name": "Franck ALARY",
"homepage": "https://github.com/DantSu",
"role": "Developer"
}
],
"require": {
"php": ">=7.0",
"dantsu/php-image-editor": "^1.3"
},
"autoload": {
"psr-4": {
"DantSu\\OpenStreetMapStaticAPI\\": "src/"
}
}
}