PHPackages                             serphouse/serphouse-php - 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. serphouse/serphouse-php

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

serphouse/serphouse-php
=======================

Automate your search engines (Google, Bing, Yahoo) result (serp api) using Serphouse.com API client and retrive in structured JSON format.

v1.0.1(1y ago)2136—0%MITPHPPHP &gt;=7.2

Since May 6Pushed 1y ago1 watchersCompare

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

READMEChangelog (2)Dependencies (3)Versions (4)Used By (0)

serphouse-php
=============

[](#serphouse-php)

[![Packagist License](https://camo.githubusercontent.com/ab04658a5a486e5b064e958670013cbf3cbc8734dfdc80933d1417ee8fef83fc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f73657270686f7573652f73657270686f7573652d706870)](https://packagist.org/packages/serphouse/serphouse-php)[![Packagist Downloads](https://camo.githubusercontent.com/43745738184c57b97f6a075928eb2c28976035427905a6aa877967c00d9e4ef1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73657270686f7573652f73657270686f7573652d706870)](https://packagist.org/packages/serphouse/serphouse-php)[![GitHub Actions Workflow Status](https://camo.githubusercontent.com/add95ef3feb320ecdf593dad204480b99b20096d4b9f7b822d861498b780c09b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f53455250486f7573652f73657270686f7573652d7068702f72756e2d74657374732e796d6c3f6c6f676f3d676974687562616374696f6e73266c6162656c3d546573747325323077697468253230504850556e6974)](https://github.com/SERPHouse/serphouse-php/actions/workflows/run-tests.yml)[![GitHub Actions Workflow Status](https://camo.githubusercontent.com/1e53927f5a9ec369c77475f1140895b6f6ec024b5470eaba1f6eb7ee5ac6d0e1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f53455250486f7573652f73657270686f7573652d7068702f7068707374616e2e796d6c3f6c6f676f3d676974687562616374696f6e73266c6162656c3d5048505374616e)](https://github.com/SERPHouse/serphouse-php/actions/workflows/phpstan.yml)[![GitHub Actions Workflow Status](https://camo.githubusercontent.com/49f0dc7f40fc7a5e5e79e19d11ca4f95fad95082e96942f609d986acfe9c5abe/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f53455250486f7573652f73657270686f7573652d7068702f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6c6f676f3d676974687562616374696f6e73266c6162656c3d436f64652532305175616c697479)](https://github.com/SERPHouse/serphouse-php/actions/workflows/fix-php-code-style-issues.yml)

SERPHouse API is the starting point on your journey towards building a powerful SEO software. With SERPHouse you can get all the data you’d need to build an efficient application while also saving your time and your budget.

This comprehensive document designed to provide you with all the technical information as well as product information you need to interact with our API and harness its full potential. Whether you're a software developer integrating SERPHouse SERP API services into your application or a curious user exploring the possibilities, this API documentation will serve as your go-to resource.

High Volume SERP API for SEO professionals and data scientist. We built reliable, accurate and cost efficient solution, We take cares of resolving captcha, managing proxy to ensure you get reliable Structured JSON data.

This API supported Serphouse's standard REST API that accepts/returns JSON requests. Here is the [API reference](https://docs.serphouse.com/)

Get started
-----------

[](#get-started)

Using the Serphouse API wrapper for PHP is straightforward. Follow these steps to integrate it into your project:

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

[](#documentation)

Documentation for Serphouse's API and its usage is available at

Prerequisites
-------------

[](#prerequisites)

- PHP &gt;= 7.2

Installation
------------

[](#installation)

You can install the Serphouse PHP package via Composer. Run the following command in your project directory:

```
composer require serphouse/serphouse-php
```

Usage
-----

[](#usage)

you need to load the dependency in your script.

```

```

After installing the package, you can set up the Serphouse client in your code like this:

```
