Skip to content

Releases: SachinAgarwal1337/google-places-api

Support for Laravel 6

06 Sep 10:37
Compare
Choose a tag to compare

Support for Laravel 6

Added Support for Custom Headers

13 Mar 15:41
Compare
Choose a tag to compare

Custom Headers

withHeaders(array $headers)

Call This method before any other methods to set the headers. You can chain this method.

new PlacesApi($key = null, $verifySSL = true, array $headers = [])

To have custom headers set for every call, you can pass 3rd parameter as the headers to class constructor.

Note: For Laravel Users, you can set this in config file with key headers


See Commit: a50983a

Added findPlace and removed Deprecated methods.

08 Oct 07:26
Compare
Choose a tag to compare
  • Added findPlace API
  • Removed radarSearch as it was deprecated and now removed from google apis
  • Removed addPlace as it was deprecated and now removed from google apis
  • Removed deletePlace as it was deprecated and now removed from google apis

Bug Fix

12 Jun 07:08
Compare
Choose a tag to compare

Fixed: #40

Added Place Photo Support

21 Feb 15:32
Compare
Choose a tag to compare
1.2.0

Added Place Photo Support

Laravel Auto Discovery | Disable SSL Verification

31 Dec 13:30
Compare
Choose a tag to compare

Optimized Error Handling

15 Dec 09:32
Compare
Choose a tag to compare

Minor Changes and Optimizations

20 Sep 11:38
Compare
Choose a tag to compare

API will not throw an error when there is a ZERO_RESULT response from google api.

Added "Add Place" feature

14 May 10:59
Compare
Choose a tag to compare
Merge pull request #25 from SachinAgarwal1337/develop

Develop

Fixed minor bugs

20 Jul 17:51
Compare
Choose a tag to compare

Fixed issue #8