Skip to content

Detect whether a Google Maps listing has been claimed via their place ID

Notifications You must be signed in to change notification settings

B3none/been-claimed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BeenClaimed

Detect whether a Google Maps listing has been claimed.

Author

B3none - Developer / Maintainer

Example usage

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

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

About

Detect whether a Google Maps listing has been claimed via their place ID

Resources

Stars

Watchers

Forks

Packages