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

ActiveLibrary[API Development](/categories/api)

listclean/listclean-php
=======================

Beginner friendly PHP SDK for the Listclean API

v0.0.1(7mo ago)06MITPHPPHP &gt;=7.2

Since Oct 4Pushed 7mo agoCompare

[ Source](https://github.com/listclean-xyz/listclean-php)[ Packagist](https://packagist.org/packages/listclean/listclean-php)[ RSS](/packages/listclean-listclean-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (3)Used By (0)

Listclean PHP SDK
=================

[](#listclean-php-sdk)

A beginner-friendly PHP SDK for the [Listclean API](https://api.listclean.xyz). The SDK wraps the official endpoints so you can verify emails, manage uploads, and monitor account details with simple PHP method calls.

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

[](#requirements)

- PHP 7.2 or higher
- cURL extension enabled (default for most PHP installations)
- A Listclean API key (available from your Listclean dashboard)

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

[](#installation)

Use [Composer](https://getcomposer.org/) to add the SDK to your project:

```
composer require listclean/listclean-php
```

If you are installing from source, make sure to include the Composer autoloader:

```
require __DIR__ . '/vendor/autoload.php';
```

Quick start
-----------

[](#quick-start)

```
