Download the PHP package jacyimp/cloud-ip-detector without Composer
On this page you can find all versions of the php package jacyimp/cloud-ip-detector. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jacyimp/cloud-ip-detector
More information about jacyimp/cloud-ip-detector
Files in jacyimp/cloud-ip-detector
Package cloud-ip-detector
Short Description Detect which known cloud or infrastructure provider owns an IP address.
License MIT
Informations about the package cloud-ip-detector
Cloud IP Detector
Identify known provider and service networks behind an IP address.
Detection is fully offline using bundled IP range data.
Installation
Usage
Unknown IPs return null:
Multiple providers
Some IP ranges belong to more than one provider or service.
Check membership directly:
detectOne() returns the most specific match. Ties are resolved deterministically by provider identifier.
Dependency Injection
Depend on CloudIpDetectorInterface when injecting the detector.
Providers
All active providers from disposable/cloud-ip-ranges are supported.
Current provider coverage includes:
A2 Hosting, Adyen, Ahrefs, Akamai, Alibaba, Apple Private Relay, Aruba Cloud, Atlassian, AWS, Backblaze, Bing Bot, Branch, Bunny CDN, Bunny Magic Containers, Choopa, CircleCI, Cisco Webex, Cloudflare, Cyso Cloud, Datadog, DigitalOcean, DreamHost, Equinix Metal, Exoscale, Fastly, Fly.io, Gcore CDN, Gcore Cloud, GitHub, GitLab, GoDaddy, Google Bot, Google Cloud, Grafana Cloud, Gridscale, HCP Terraform, Heroku AWS, Hetzner, Huawei Cloud, Infomaniak, Intercom, IONOS Cloud, Kamatera, Linode, Meta Crawler, Microsoft 365, Microsoft Azure, New Relic Synthetics, nForce, Okta, Online SAS, OpenAI, Open Telekom Cloud, Oracle Cloud, OVH, PagerDuty, Perplexity, Rackspace, Render, Salesforce Hyperforce, Scaleway, Seeweb, Sentry, SoftLayer IBM, Stripe, Telegram, Tencent, UCloud, UpCloud, Vercel, Vultr, Wasabi, Yandex, Yandex Cloud, Zendesk, and Zscaler.
Provider::cases() is the definitive supported-provider list.
IP Range Data
Ranges are sourced from:
Only rows with an empty RetiredAt value are included.
The upstream dataset combines official provider ranges with ASN/BGP-derived and third-party sources.
No network requests are performed during detection.
Refresh the bundled snapshot with:
Invalid IP Addresses
Invalid IP addresses passed to any lookup method throw InvalidIpAddressException.
Performance
PHPBench on PHP 8.5.10 with OPcache and Xdebug disabled.
| Lookup | Time |
|---|---|
| Cloudflare hit | 0.002787 ms |
| AWS hit | 0.008180 ms |
| Unknown IP | 0.001207 ms |
| Multi-provider hit | 0.004009 ms |
Development
License
MIT