PHPackages                             phpro/zf-encoding-com - 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. phpro/zf-encoding-com

AbandonedArchivedLibrary[API Development](/categories/api)

phpro/zf-encoding-com
=====================

A wrapper for the encoding.com API.

v0.1.1(11y ago)1898MITPHP

Since Feb 3Pushed 5y ago5 watchersCompare

[ Source](https://github.com/phpro/zf-encoding-com)[ Packagist](https://packagist.org/packages/phpro/zf-encoding-com)[ RSS](/packages/phpro-zf-encoding-com/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (10)Versions (3)Used By (0)

> ## Repository abandoned 2020-11-27
>
> [](#repository-abandoned-2020-11-27)
>
> This repository has been archived since we are not using it anymore internally. Feel free to use it AS-IS, we won't be providing any support anymore.

zf-encoding-com
===============

[](#zf-encoding-com)

This module is a wrapper for calling the Encoding.com API. It is based on package "svilborg/guzzle-encoding-com".

Installation
============

[](#installation)

Add to composer.json
--------------------

[](#add-to-composerjson)

```
"phpro/zf-encoding-com": "~0.1.0"

```

Add to application config
-------------------------

[](#add-to-application-config)

```
return array(
    'modules' => array(
        'Phpro\\EncodingCom',
        // other libs...
    ),
    // Other config
);
```

Configuration
-------------

[](#configuration)

Copy the file `config/phpro_zf_encoding_com.local.php.dist` to the autoload folder of your application.

Configuration options:
----------------------

[](#configuration-options)

### API

[](#api)

- user ID: The API user ID
- user key: The API user key

### Notify

[](#notify)

- format: xml or json
- notify\_route: defaults to encodingcom/notify
- notify\_service: the key of the service that needs to be called when receiving a notification. Note: this service must implement NotifyInterface

### Local tunnel

[](#local-tunnel)

When you are running the application on a domain that is not publicly available, it is possible to use a service like ngrok. Ngrok will run on a custom domain name, so you will need to enable this local tunnel in configuration:

- enabled: true / false
- host: the host of the tunnel. E.g: subdomain.ngrok.com

### Hash

[](#hash)

For security reasons, a hash is added to the notification routes. Please specify a unique string which match regex: \[0-9a-zA-Z\]\*

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

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

Total

2

Last Release

4121d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cab1b0de06c75fec5317beded0c2978f3e9e560e6830c1d9048f3e37b3287342?d=identicon)[phpro](/maintainers/phpro)

---

Top Contributors

[![veewee](https://avatars.githubusercontent.com/u/1618158?v=4)](https://github.com/veewee "veewee (17 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/phpro-zf-encoding-com/health.svg)

```
[![Health](https://phpackages.com/badges/phpro-zf-encoding-com/health.svg)](https://phpackages.com/packages/phpro-zf-encoding-com)
```

###  Alternatives

[zf-commons/zfc-user

A generic user registration and authentication module for ZF2. Supports Zend\\Db and Doctrine2.

4851.1M70](/packages/zf-commons-zfc-user)[socalnick/scn-social-auth

Uses the HybridAuth PHP library to Enable authentication via Google, Facebook, Twitter, Yahoo!, etc for the ZfcUser ZF2 module.

21974.2k3](/packages/socalnick-scn-social-auth)

PHPackages © 2026

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