ttungbmt/geoserver-rest-api is a Laravel package for geoserver rest api for laravel/php.
It currently has 7 GitHub stars and 102 downloads on Packagist (latest version 1.0.1).
Install it with composer require ttungbmt/geoserver-rest-api.
Discover more Laravel packages by ttungbmt
or browse all Laravel packages to compare alternatives.
Last updated
This PHP library provides programmatic functions to access a GeoServer.
It is Free and Open Source Software. All contributions are most welcome. Learn more about.
For detailed information of each of the provided functions check out the documentation on the usage.
The GeoServer REST API uses Composer to manage its dependencies.
composer require ttungbmt/geoserver-rest-api
The library handles:
ShapefileShapefile inside zip archiveGeoTIFFGeoPackage format version 1.2 (can contain both vector and raster data, but will be reported as vector)SLD files for layer styles in XML formatRead more on supported file formats and encoding.
Here's the TODO list for the next release.
This Package is inspired by OneOffTech/geoserver-client-php. Huge thanks goes to OneOffTech OneOffTech/geoserver-client-php for their amazing work!
This project is Free and Open Source Software, licensed under the MIT license.