oneofftech/geoserver-client-php

A GeoServer API client

v0.4.1 2022-08-07 10:00 UTC

This package is auto-updated.

Last update: 2024-03-07 13:20:07 UTC


README

run-tests Packagist

GeoServer PHP Client

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 how to contribute.

Features

For detailed information of each of the provided functions check out the documentation on the usage.

Requirements

Installation

The GeoServer PHP Client uses Composer to manage its dependencies.

composer require php-http/guzzle7-adapter guzzlehttp/psr7 http-interop/http-factory-guzzle oneofftech/geoserver-client-php

For more information, please review the documentation on the installation process.

Supported file formats

The library handles:

  • Shapefile
  • Shapefile inside zip archive
  • GeoTIFF
  • GeoPackage format version 1.2 (can contain both vector and raster data, but will be reported as vector)
  • Styled Layer Descriptor SLD files for layer styles in XML format

Read more on supported file formats and encoding.

License

This project is Free and Open Source Software, licensed under the AGPL v3 license.