PHPackages                             exportcomments/exportcomments-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. [API Development](/categories/api)
4. /
5. exportcomments/exportcomments-php

ActiveLibrary[API Development](/categories/api)

exportcomments/exportcomments-php
=================================

Official PHP client for the ExportComments API. Export Social Media Comments from your PHP apps.

1323PHP

Since Feb 23Pushed 2mo agoCompare

[ Source](https://github.com/exportcomments/exportcomments-php)[ Packagist](https://packagist.org/packages/exportcomments/exportcomments-php)[ RSS](/packages/exportcomments-exportcomments-php/feed)WikiDiscussions main Synced 5d ago

READMEChangelogDependenciesVersions (1)Used By (0)

exportcomments-php
==================

[](#exportcomments-php)

Official PHP client for the ExportComments API v3. Export comments and reviews from 40+ social media and review platforms.

Requirements
------------

[](#requirements)

- PHP 7.4 or higher
- JSON extension
- cURL extension

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

[](#installation)

### Using Composer (Recommended)

[](#using-composer-recommended)

```
composer require exportcomments/exportcomments-php
```

### Manual Installation

[](#manual-installation)

```
git clone https://github.com/exportcomments/exportcomments-php.git
```

Then include the autoloader in your project:

```
require_once 'path/to/exportcomments-php/autoload.php';
```

Usage
-----

[](#usage)

```
