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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package cloud-ip-detector

Cloud IP Detector

Coverage: 100% Infection MSI: 100% PHPStan: max level

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


All versions of cloud-ip-detector with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package jacyimp/cloud-ip-detector contains the following files

Loading the files please wait ...