PHPackages                             bigdatacloudapi/php-api-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. bigdatacloudapi/php-api-client

ActiveLibrary[API Development](/categories/api)

bigdatacloudapi/php-api-client
==============================

A PHP client wrapper for the BigDataCloud API

1.0.0(7y ago)712.4k↓20.8%8MITPHPPHP &gt;=5.4

Since Apr 6Pushed 2mo agoCompare

[ Source](https://github.com/bigdatacloudapi/php-api-client)[ Packagist](https://packagist.org/packages/bigdatacloudapi/php-api-client)[ RSS](/packages/bigdatacloudapi-php-api-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

BigDataCloud PHP API Client
===========================

[](#bigdatacloud-php-api-client)

A PHP client for connecting to the API services provided by [BigDataCloud](https://www.bigdatacloud.com).

What API services does [BigDataCloud](https://www.bigdatacloud.com) offer?
--------------------------------------------------------------------------

[](#what-api-services-does-bigdatacloud-offer)

BigDataCloud offers a range of extremely useful and fast APIs that can be utilised in both backend and frontend scenarios. From validating customer input live to the next generation of IP Geolocation technology, BigDataCloud has an API suitable to your needs.

You can access any and all BigDataCloud APIs with a free API Key. To get your API Key, just access your account and retrieve it from your [Account Dashboard](https://www.bigdatacloud.com/account). If you are not yet a customer, it is completely free to join.

### BigDataCloud API Packages

[](#bigdatacloud-api-packages)

All BigDataCloud APIs are bundled into five different API packages. Each API package has its own subscription plans and pricings.

You can find more details on the respective API packages page.

- [IP Geolocation Package](https://www.bigdatacloud.com/ip-geolocation)
- [Reverse Geocoding Package](https://www.bigdatacloud.com/reverse-geocoding)
- [Phone &amp; Email Verification Package](https://www.bigdatacloud.com/phone-email-verification)
- [Network Engineering Package](https://www.bigdatacloud.com/network-engineering), and
- [Free API Package](https://www.bigdatacloud.com/login) (doesn't require account creation and API key)

Documentation
-------------

[](#documentation)

For documentation specific to this API client, please read below. For more specific documentation of the APIs available, including endpoints, request and response data, please visit the respective API package page.

Authentication / Identification
-------------------------------

[](#authentication--identification)

To use this API client you must have a BigDataCloud API Key. To get your personal key, just access your account and retrieve it from your [Account Dashboard](https://www.bigdatacloud.com/account). If you are not yet a customer, it is completely free to join.

Simply provide this key when initiating the php API client, and it will be included in all requests to the BigDataCloud API Server. See the example below.

Installation via Composer
-------------------------

[](#installation-via-composer)

`composer require bigdatacloudapi/php-api-client`

Manual Installation
-------------------

[](#manual-installation)

1. Download package, extract contents to relevant folder
2. Require "(extracted-location)/src/Client.php" in your PHP script
3. Initiate new client as in below example utilising \\BigDataCloud\\Api\\ namespace

Example usage
-------------

[](#example-usage)

```
