FixMyStreet API for Berlin

...

System Requirements

  • Web server with URL rewriting
  • PHP 5.5 or newer

How to Install

We recommend you install Composer. Navigate into your project’s root directory and execute the bash command shown below. This command downloads the third-party dependencies into your project’s vendor/ directory.

composer require slim/slim "^3.0"

Don’t have Composer? It’s easy to install by following the instructions on their download page.

Setup

...htaccess...

Running

...

To test the API run a local instance (you can test in you browser at http://localhost:8080):

php -S localhost:8080 -t /fixmystreet-berlin-api /fixmystreet-berlin-api/index.php 

.. .....