Skip to content

nasumilu/feature-server

Repository files navigation

nasumilu/feature-server

This project is a php implementation of the OGC API Features.

Usage

Clone the project

$ git clone https://github.com/nasumilu/feature-server.git
$ cd feature-server

Setup Development Environment

First copy the contained .env file to .env.local and edit to match the local development environment.

The .env.local MUST never be committed since it contains sensitive information about the local development environment. (e.g. database password, secret keys, ...)

$ cp .env .env.local
$ nano .env.local

Next start the development server. It is assumed that Symfony CLI is installed. To find out more about installing Symfony CLI, see https://symfony.com/download

$ symfony server:start

Resources

About

A php implmentation of the OGC API Feature

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages