b3none / been-claimed
Detect whether a google maps listing has been claimed via their ID
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 0
Forks: 0
pkg:composer/b3none/been-claimed
Requires
- guzzlehttp/guzzle: ^6.3
Requires (Dev)
- phpunit/phpunit: ^6.3
This package is auto-updated.
Last update: 2025-09-24 01:51:49 UTC
README
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();