PHPackages                             devhun/delynet-api-client - 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. devhun/delynet-api-client

ActiveLibrary[API Development](/categories/api)

devhun/delynet-api-client
=========================

PHP API client for Delynet WEBFAX

v1.0.3(6y ago)02MITPHPPHP &gt;=7.1

Since Feb 14Pushed 6y ago1 watchersCompare

[ Source](https://github.com/devhun/delynet-api-client)[ Packagist](https://packagist.org/packages/devhun/delynet-api-client)[ RSS](/packages/devhun-delynet-api-client/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (2)Versions (5)Used By (0)

PHP API client for Delynet WEBFAX
=================================

[](#php-api-client-for-delynet-webfax)

[![Build Status](https://camo.githubusercontent.com/af2f600c645fdec4f1f97fdd8153e71a2f5e240a82ada286b0a7dad95863bf9f/68747470733a2f2f7472617669732d63692e6f72672f64657668756e2f64656c796e65742d6170692d636c69656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/devhun/delynet-api-client)[![Latest Stable Version](https://camo.githubusercontent.com/54aa38cb92a6670bb53314ee96014774a1f332d1eeaa6785a2d52b4ec8db3bcf/68747470733a2f2f706f7365722e707567782e6f72672f64657668756e2f64656c796e65742d6170692d636c69656e742f76657273696f6e)](https://packagist.org/packages/devhun/delynet-api-client)[![Total Downloads](https://camo.githubusercontent.com/fa61af4bfd1f262ab248e0462b7ea90af0e3b56c039f70a6667945179d834a3c/68747470733a2f2f706f7365722e707567782e6f72672f64657668756e2f64656c796e65742d6170692d636c69656e742f646f776e6c6f616473)](https://packagist.org/packages/devhun/delynet-api-client)[![License](https://camo.githubusercontent.com/777e9c66f407caabd97469011a1d046ad0d71d64513156626bb1101783398aa9/68747470733a2f2f706f7365722e707567782e6f72672f64657668756e2f64656c796e65742d6170692d636c69656e742f6c6963656e7365)](https://packagist.org/packages/devhun/delynet-api-client)

Install using composer
----------------------

[](#install-using-composer)

Open a shell, `cd` to your poject and type:

```
composer require devhun/delynet-api-client
```

or edit composer.json and add:

```
{
    "require": {
        "devhun/delynet-api-client": "~1.0"
    }
}
```

If you want to use the `GuzzleHttpAdapter`, you will need to add [Guzzle 6](https://github.com/guzzle/guzzle).

Usage examples
--------------

[](#usage-examples)

###### Guzzle

[](#guzzle)

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

use DevHun\Delynet\DelynetClient;
use DevHun\Delynet\Adapter\GuzzleHttpAdapter;

// Using Guzzle 6...
$client = new DelynetClient(
    new GuzzleHttpAdapter(),
    'your-agent-id'
);

$result = $client->fax()->{method}();

var_export($result);
```

###### CURL

[](#curl)

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

use DevHun\Delynet\DelynetClient;
use DevHun\Delynet\Adapter\CurlAdapter;

// Using regular CURL, courtesy of 'malc0mn'
$client = new DelynetClient(
    new CurlAdapter(),
    'your-agent-id'
);

$result = $client->fax()->{method}();

var_export($result);
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~8 days

Total

4

Last Release

2259d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/41fd2b8b4d92317c709787ca731c290d715398faf0784fb41d1916121cc0c32c?d=identicon)[devhun](/maintainers/devhun)

---

Top Contributors

[![devhun](https://avatars.githubusercontent.com/u/7991383?v=4)](https://github.com/devhun "devhun (5 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/devhun-delynet-api-client/health.svg)

```
[![Health](https://phpackages.com/badges/devhun-delynet-api-client/health.svg)](https://phpackages.com/packages/devhun-delynet-api-client)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
