/gaas

Geocoder As A Service

Primary LanguagePHPMIT LicenseMIT

Geocoder as a Service Build Status

The power of Geocoder exposed in an API.

Installation

Clone this repository and install the project's dependencies:

curl -s http://getcomposer.org/installer | php
php composer.phar install

You're done! You can run the application using the PHP built-in webserver:

php -S 0.0.0.0:4000 -t web/

Open http://localhost:4000/ in your browser to see the website running.

Tests

First, install the application as described in section Installation.

Then run the testsuite:

./vendor/bin/phpunit

License

Released under the MIT License. See the bundled LICENSE file for details.