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

ActiveLibrary[API Development](/categories/api)

simonfunk/dataforseo-clientv3
=============================

PHP Client for DataForSeo

v1.0.0(1y ago)01.0kApache-2.0PHPPHP &gt;=8.3.2

Since Oct 24Pushed 1y agoCompare

[ Source](https://github.com/simonfunk/DFSClient-v3)[ Packagist](https://packagist.org/packages/simonfunk/dataforseo-clientv3)[ RSS](/packages/simonfunk-dataforseo-clientv3/feed)WikiDiscussions master Synced 1mo ago

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

 [ ![logo](https://camo.githubusercontent.com/0d479c1c7c0f1c8168303c4377fddc67b7deec577c94bd823a473514efbbb0dd/68747470733a2f2f64617461666f7273656f2e636f6d2f77702d636f6e74656e742f75706c6f6164732f323032322f30342f756b722d6c6f676f5f3432392e706e67) ](https://docs.dataforseo.com/v3)

This is a PHP client library for the DataForSEO API. The library describes models for working with API endpoints. As new endpoints are added, the library will be updated.

### Requirements

[](#requirements)

PHP 8.3 and later

### Installation

[](#installation)

`composer require jovix/dataforseo-clientv3`

### Usage

[](#usage)

In the simple version, your application should look like this:

```
public
   config.php
   index.php
vendor
 composer.json
 composer.lock

```

The `config.php` file contains:

```
