PHPackages                             aptvision/rightfax - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. aptvision/rightfax

ActiveLibrary[HTTP &amp; Networking](/categories/http)

aptvision/rightfax
==================

This library allows you to easily send faxes through a rightfax server API

0.0.3(3y ago)259.3k—9.6%[1 issues](https://github.com/aptvision/rightfax/issues)MITPHPPHP ^7.0

Since Aug 12Pushed 3y ago4 watchersCompare

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

READMEChangelog (3)Dependencies (1)Versions (5)Used By (0)

Rightfax PHP library
====================

[](#rightfax-php-library)

This library allows you to easily send faxes through a rightfax server API

Usage
=====

[](#usage)

```
use Aptvision\Rightfax\Resource\Recipient;
use Aptvision\Rightfax\Client;
use GuzzleHttp\Psr7\Stream;

$rightfax = new Client(
    'http://my-rightfax-server/Rightfax/API/',
    'my-username',
    'my-password'
);

// Create a stream for the document any way that suits best
$document = new Stream(fopen('/path/to/document', 'r'));

// Post the document to the rightfax API
$attachment = $rightfax->postAttachment($document);

// Create a recipient
$recipient = new Recipient('John Smith', '1234567890');

// Send the fax!
// Note that multiple recipients or attachments are allowed
$sendJob = $rightfax->sendFax([$recipient], [$attachment]);
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 77.8% 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 ~215 days

Total

3

Last Release

1309d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/64ff03b36365513bc3ceb72fca15b17d2ded1bbba8f2eeaf9c37ce7e817579ed?d=identicon)[emmetog](/maintainers/emmetog)

---

Top Contributors

[![emmetog](https://avatars.githubusercontent.com/u/1182891?v=4)](https://github.com/emmetog "emmetog (7 commits)")[![celleden](https://avatars.githubusercontent.com/u/49451128?v=4)](https://github.com/celleden "celleden (2 commits)")

### Embed Badge

![Health badge](/badges/aptvision-rightfax/health.svg)

```
[![Health](https://phpackages.com/badges/aptvision-rightfax/health.svg)](https://phpackages.com/packages/aptvision-rightfax)
```

###  Alternatives

[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[omniphx/forrest

A Laravel library for Salesforce

2724.4M8](/packages/omniphx-forrest)[akamai-open/edgegrid-client

Implements the Akamai {OPEN} EdgeGrid Authentication specified by https://developer.akamai.com/introduction/Client\_Auth.html

482.5M6](/packages/akamai-open-edgegrid-client)[muhammadhuzaifa/telescope-guzzle-watcher

Telescope Guzzle Watcher provide a custom watcher for intercepting http requests made via guzzlehttp/guzzle php library. The package uses the on\_stats request option for extracting the request/response data. The watcher intercept and log the request into the Laravel Telescope HTTP Client Watcher.

98239.8k1](/packages/muhammadhuzaifa-telescope-guzzle-watcher)[onesignal/onesignal-php-api

A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com

34170.2k2](/packages/onesignal-onesignal-php-api)[ory/hydra-client-php

Documentation for all of Ory Hydra's APIs.

1710.8k](/packages/ory-hydra-client-php)

PHPackages © 2026

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