I’m writing a client for a postgreSQL database with PostGIS functions. this client of course communicates through php. However I’m looking for a proper documentations for available postGIS functions that i can call from my php files.
I would really appreciate if I could get a simple example of how postGIS function is integrated in php.
Cheers 🙂
Postgis are stored procedures available at some schema in your postgresql database.
If you have PDO you can write procedures that call then quite close like objects.
See PHP PDO for fetch modes available.