PHPackages                             boolxy/dataforseo - 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. boolxy/dataforseo

ActiveLibrary[API Development](/categories/api)

boolxy/dataforseo
=================

The easiest way for using DataForSEO APIs in PHP

1.0.0(6y ago)12361MITPHPPHP ^7.3CI failing

Since Dec 3Pushed 5y ago1 watchersCompare

[ Source](https://github.com/boolxy/dataforseo)[ Packagist](https://packagist.org/packages/boolxy/dataforseo)[ RSS](/packages/boolxy-dataforseo/feed)WikiDiscussions master Synced today

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

DataForSEO API Client Library for PHP
=====================================

[](#dataforseo-api-client-library-for-php)

The easiest way for using DataForSEO APIs in PHP

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

[](#installation)

This package can be installed via Composer:

```
composer require boolxy/dataforseo
```

Usage
-----

[](#usage)

```
use BoolXY\DataForSEO\Client;
use BoolXY\DataForSEO\DataForSEO;
use BoolXY\DataForSEO\Requests\KeywordsData\SearchVolumeForKeyword\LiveDataRequest;

$data = [
    [
        "language" => "en",
        "loc_name_canonical" => "United States",
        "key" => "average page rpm adsense",
    ],
    [
        "language" => "en",
        "loc_id" => 2840,
        "key" => "adsense blank ads how long",
    ],
    [
        "language" => "en",
        "loc_name_canonical" => "United States",
        "key" => "leads and prospects",
    ],
];

$client = new Client($base_uri, $user, $pass);

$result = DataForSEO::create($client)
    ->setRequest(LiveDataRequest::create($data))
    ->get();
```

With reviewing the tests, you can learn more...

API documentation:

Testing
-------

[](#testing)

Copy phpunit.xml.dist as phpunit.xml and update it. After then you can start testing.

```
vendor/bin/phpunit
```

or

```
composer test
```

Credits
-------

[](#credits)

- [Sezai Ozarslan](https://github.com/sezaiozarslan)
- [All Contributors](https://github.com/boolxy/dateforseo/graphs/contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/boolxy/dataforseo/blob/master/LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2405d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/55538679?v=4)[BOOLXY](/maintainers/boolxy)[@boolxy](https://github.com/boolxy)

---

Top Contributors

[![sezaiozarslan](https://avatars.githubusercontent.com/u/6480751?v=4)](https://github.com/sezaiozarslan "sezaiozarslan (19 commits)")

---

Tags

competitorsdataforseo-apiskeywordkeyword-findermerchanton-page-analyzerank-trackerseoserpmerchantseoSERPRank Trackerdataforseoon pageboolxykeyword-datakeyword-findercompetitor

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/boolxy-dataforseo/health.svg)

```
[![Health](https://phpackages.com/badges/boolxy-dataforseo/health.svg)](https://phpackages.com/packages/boolxy-dataforseo)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1943.1k5](/packages/aimeos-prisma)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
