PHPackages                             tigron/click-post - 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. tigron/click-post

ActiveLibrary[API Development](/categories/api)

tigron/click-post
=================

An API client for Ricoh Click &amp; Post service

0.0.3(9y ago)069MITPHP

Since Oct 12Pushed 8y ago4 watchersCompare

[ Source](https://github.com/tigron/click-post)[ Packagist](https://packagist.org/packages/tigron/click-post)[ RSS](/packages/tigron-click-post/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)DependenciesVersions (4)Used By (0)

click-post
==========

[](#click-post)

An API client for Ricoh Click &amp; Post service

Howto
=====

[](#howto)

Create the session

```
$session = \Esker\Session::get($username_setting->value, $password_setting->value);

```

Now allocate a transport with transportName = 'MODEsker'

```
$transport = new \Esker\Transport();
$transport->recipientType = "";
$transport->transportIndex = 0;
$transport->transportName = 'MODEsker';

```

Add variables for sending the document

```
$transport->add_variable('Subject', 'Invoice ' . $invoice->number);
$transport->add_variable('FromCompany', 'My Company');
$transport->add_variable('ToBlockAddress', 'Your company' . "\n" . 'Street 1' . "\n" . '1000 Brussels . "\n" . 'Belgium');
$transport->add_variable('Color', 'Y');
$transport->add_variable('Cover', 'N');
$transport->add_variable('BothSided', 'N');
$transport->add_variable('MaxRetry', 3);
$transport->add_variable('NeedValidation', 1);

```

Attach the document. Must be an instance of \\Skeleton\\File\\Pdf Check the package tigron/skeleton-file-pdf for more information

```
$transport->add_attachment($pdf_object);

```

Send the document

```
$submission = new \Esker\Submission($session);
$result = $submission->submit_transport($transport);

```

$result will contain tracking information:

```
stdClass Object
(
    [submissionID] => TLOTXXXXXXX
    [transportID] => MOD.XXXXXXXXXXXXXXXxxX
)

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

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 ~0 days

Total

3

Last Release

3501d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8bff1383483dacb0c3f89d2d3856ae03d4cf3e80de26a2998248dd1175317285?d=identicon)[tigron](/maintainers/tigron)

---

Top Contributors

[![christopheg](https://avatars.githubusercontent.com/u/199087?v=4)](https://github.com/christopheg "christopheg (3 commits)")

### Embed Badge

![Health badge](/badges/tigron-click-post/health.svg)

```
[![Health](https://phpackages.com/badges/tigron-click-post/health.svg)](https://phpackages.com/packages/tigron-click-post)
```

###  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)
