SachinAgarwal1337 / google-places-api

This is a PHP wrapper for Google Places API Web Service. And is Laravel Framework friendly.
MIT License
182 stars 44 forks source link

Add Find place api #46

Closed AlucardleVash closed 6 years ago

AlucardleVash commented 6 years ago

This pull request intend to add find place request. Detail request here : https://developers.google.com/places/web-service/search#FindPlaceRequests

SachinAgarwal1337 commented 6 years ago

@AlucardleVash This looks good. Thanks for the PR. Although I have a small request, can you replace the mathod name from findPlaceSearch to findPlace.

SachinAgarwal1337 commented 6 years ago

I have implemented it and renamed it. Thanks for the PR though it helped ease the work.