Skip to content

Commit

Permalink
v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto-butti committed Oct 10, 2021
1 parent 6b7bf8c commit de7a948
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog
## 0.1.6 - WIP
## 0.1.6 - 2021-10-10
### Add
- HERE Discover API integration. Now you can search and validate an address via Discover API

### Hacktoberfest
- Type casts for RoutingV8, Geocode, Isoline, thanks to @kjellknapen
- Avoid duplicate code for adding api key in src/Here/RestApi/* files, thanks to @JohnAyling1979
- creating a new cover image.

## 0.1.5 - 2021-10-06
### Add
Expand Down
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@
![Milk SDK PHP](milk-sdk-php.png "Milk SDK PHP")

Milk SDK PHP is a (fluent) open-source PHP library that makes it easy to integrate your PHP application with location services like:
- HERE **Routing** API (**V8** and **V7**);
- HERE **Weather** Destination API;
- HERE **Geocoding** API;
- HERE **Reverse Geocoding** API;
- HERE **Isoline** API;
- HERE **Discover** API;
- HERE **Data Hub** API (was XYZ Api);
- ... other coming soon
- [HERE **Routing** API **V8**](#routing-api-v8) and [**V7**](#routing-api-v7): for calculate routes from a starting point to destination;
- [HERE **Weather** Destination API](#weather-api): for getting weather forecasts;
- [HERE **Geocoding** API](#geocoding-api): for converting addresses into geographic coordinates;
- [HERE **Reverse Geocoding** API](#reverse-geocoding-api): for converting coordinates into addresses;
- [HERE **Isoline** API](#isoline-api): for calculating the area that a driver (or a biker or a walker) can reach within a given time or distance;
- [HERE **Discover** API](#discover-api): for searching addresses, places and locations;
- [HERE **Map Image** API](#map-image-api): for creating static image of a map;
- [HERE **Data Hub** API](#use-here-data-hub);
- ... other coming soon ...


## Getting Started
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hi-folks/milk-sdk-php",
"version": "0.1.5",
"version": "0.1.6",
"description": "Milk SDK PHP is a (fluent) open-source PHP library that makes it easy to integrate your PHP application with location services",
"keywords": [
"geolocation",
Expand Down

0 comments on commit de7a948

Please sign in to comment.