garbit/crimePhighter
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This library allows you to interface with the Police.UK crime statistics API found @http://policeapi2.rkh.co.uk/api/docs/ In order to use this you must first have a developer username + password provided here @http://policeapi2.rkh.co.uk/api/docs/signup/ To use this class you just need to instantiate it, passing in your credentials and calling the methods available ************************************************** Example ************************************************** include('Police API/cPoliceAPI.php'); $policeAPI = new cPoliceAPI(YOUR_USERNAME, YOUR_PASSWORD); echo '<pre>'; print_r($policeAPI->getCrimeCategories()); echo '</pre>';