Download the PHP package ttungbmt/geoserver-rest-api without Composer
On this page you can find all versions of the php package ttungbmt/geoserver-rest-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ttungbmt/geoserver-rest-api
More information about ttungbmt/geoserver-rest-api
Files in ttungbmt/geoserver-rest-api
Package geoserver-rest-api
Short Description GeoServer REST API For Laravel/PHP
License MIT
Homepage https://github.com/ttungbmt/geoserver-rest-api
Informations about the package geoserver-rest-api
GeoServer REST API For Laravel / Yii2 / PHP
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.
Features
- Support for Laravel
- Obtain the version of the connected GeoServer instance
- Create / Update / Delete workspace or retrieve existing workspace details
- Create / Update / Delete datastores and listing them
- Create coveragestores and listing them
- formats
- Manage styles in SLD format
For detailed information of each of the provided functions check out the documentation on the usage.
Requirements
Installation
The GeoServer REST API uses Composer to manage its dependencies.
Supported file formats
The library handles:
ShapefileShapefileinsideziparchiveGeoTIFFGeoPackageformat version 1.2 (can contain both vector and raster data, but will be reported as vector)- Styled Layer Descriptor
SLDfiles for layer styles in XML format
Read more on supported file formats and encoding.
Roadmap
Here's the TODO list for the next release.
- [ ] Upload style via sld content
- [ ] Working with WPS, WFS, WMS
- [ ] Setting WPS, WFS, WMS
Credits
This Package is inspired by OneOffTech/geoserver-client-php. Huge thanks goes to OneOffTech OneOffTech/geoserver-client-php for their amazing work!
License
This project is Free and Open Source Software, licensed under the MIT license.
All versions of geoserver-rest-api with dependencies
guzzlehttp/psr7 Version ^1.6
http-interop/http-factory-guzzle Version ^1.0
oneofftech/geoserver-client-php Version ^0.3.0
illuminate/http Version *