2017 © Pedro Peláez
 

library been-claimed

Detect whether a google maps listing has been claimed via their ID

image

b3none/been-claimed

Detect whether a google maps listing has been claimed via their ID

  • Thursday, May 24, 2018
  • by b3none
  • Repository
  • 0 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

BeenClaimed

Detect whether a Google Maps listing has been claimed., (*1)

Author

B3none - Developer / Maintainer, (*2)

Example usage

$beenClaimedClient = new BeenClaimedClient();
$claimedSite = $beenClaimedClient->loadById((string)$id);
$claimedSite->hasBeenClaimed();

$unclaimedSite = $beenClaimedClient->loadByMapsUrl((string)$mapsUrl);
$unclaimedSite->hasBeenClaimed();

The Versions

24/05 2018

dev-custom-search-and-caching

dev-custom-search-and-caching

Detect whether a google maps listing has been claimed via their ID

  Sources   Download

by Avatar b3none

30/04 2018

dev-master

9999999-dev

Detect whether a google maps listing has been claimed via their ID

  Sources   Download

The Requires

 

by Avatar b3none

25/04 2018

1.0.0

1.0.0.0

Detect whether a google maps listing has been claimed via their ID

  Sources   Download

The Requires

 

The Development Requires

by Avatar b3none