PHPackages                             combell/combell-api - 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. combell/combell-api

ActiveLibrary[API Development](/categories/api)

combell/combell-api
===================

Combell public API for customers with direct activation

v4.0(1w ago)1624.0k↓26.2%4MITPHPPHP ^7.4|^8.0

Since Sep 12Pushed 1w ago4 watchersCompare

[ Source](https://github.com/Combell/combell-api)[ Packagist](https://packagist.org/packages/combell/combell-api)[ RSS](/packages/combell-combell-api/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (6)Dependencies (8)Versions (11)Used By (0)

Combell public API
==================

[](#combell-public-api)

The *Combell public API project* wraps around [Guzzle](http://docs.guzzlephp.org/en/latest/) and offers *HMAC authentication*. You can use the client to easily connect to the Combell public API endpoint.

To learn more about the **Combell public API**, go to .

Install
-------

[](#install)

```
composer require combell/combell-api
```

If you need support for PHP versions older than 7.4, you will need to use version 2.0:

```
composer require 'combell/combell-api:^2.0'
```

Example
-------

[](#example)

The code example below registers a new domain name on your account.

```
