PHPackages                             hju-fork/clicksend-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. hju-fork/clicksend-php

ActiveLibrary[API Development](/categories/api)

hju-fork/clicksend-php
======================

v5.0.65(5y ago)16.0k1proprietaryPHPPHP &gt;=5.5

Since Mar 3Pushed 5y agoCompare

[ Source](https://github.com/HJU-Fork/clicksend-php)[ Packagist](https://packagist.org/packages/hju-fork/clicksend-php)[ Docs](http://swagger.io)[ RSS](/packages/hju-fork-clicksend-php/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)Dependencies (4)Versions (54)Used By (1)

The official PHP library for ClickSend v3 API
=============================================

[](#the-official-php-library-for-clicksend-v3-api)

This is the official [ClickSend](https://clicksend.com) SDK. Documentation can be found [here](https://developers.clicksend.com/docs/rest/v3/?php#introduction).

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

[](#requirements)

- [Sign Up](https://www.clicksend.com/signup) for a free ClickSend account.
- Copy your API key from the [API Credentials](https://dashboard.clicksend.com/#/account/subaccount) area.
- PHP 5.5 and later

Installation &amp; Usage
------------------------

[](#installation--usage)

### Composer

[](#composer)

To install the bindings via [Composer](http://getcomposer.org/), run the following command in terminal, inside your project directory:

```
    composer require clicksend/clicksend-php

```

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to/clicksend-php/vendor/autoload.php');
```

Tests
-----

[](#tests)

To run the unit tests:

```
composer install
./vendor/bin/phpunit

```

Getting Started
---------------

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
