PHPackages                             webscrapingapi/php-sdk - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. webscrapingapi/php-sdk

ActiveLibrary[HTTP &amp; Networking](/categories/http)

webscrapingapi/php-sdk
======================

SDK for sending http requests written in php

v1.0(3y ago)018PHP

Since Sep 13Pushed 3y ago1 watchersCompare

[ Source](https://github.com/WebScrapingAPI/php-sdk)[ Packagist](https://packagist.org/packages/webscrapingapi/php-sdk)[ RSS](/packages/webscrapingapi-php-sdk/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

WebScrapingApi PHP SDK
======================

[](#webscrapingapi-php-sdk)

WebScrapingApi is an API that allows scraping websites while using rotating proxies to prevent bans. This SDK for PHP makes the usage of the API easier to implement in any project you have.

Installation
============

[](#installation)

Run the following command in the main folder of your project:

```
composer require webscrapingapi/php-sdk

```

API Key
=======

[](#api-key)

To use the API and the SDK you will need a API Key. You can get one by registering at [WebScrapingAPI](https://app.webscrapingapi.com/dashboard).

Usage
=====

[](#usage)

Using the SDK it's quite easy. An example of a GET call to the API is the following:

```
