PHPackages                             willhoffmann/domuserp-module - 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. willhoffmann/domuserp-module

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

willhoffmann/domuserp-module
============================

Zend Framework 3 Module that provides Domus ERP API functionality.

v1.0.0(7y ago)18MITPHPPHP ^7.1

Since Aug 6Pushed 7y ago1 watchersCompare

[ Source](https://github.com/willhoffmann/DomusErpModule)[ Packagist](https://packagist.org/packages/willhoffmann/domuserp-module)[ Docs](https://github.com/willhoffmann/DomusErpModule)[ RSS](/packages/willhoffmann-domuserp-module/feed)WikiDiscussions master Synced 3d ago

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

DomusErpModule
==============

[](#domuserpmodule)

[![GitHub license](https://camo.githubusercontent.com/dcfd4525b3e95551691fd645e2123a32a45c957703d551bb36ed0aa0f2a116ed/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f4e61657265656e2f5374726170446f776e2e6a732e737667)](https://github.com/willhoffmann/DomusErpModule/blob/master/LICENSE)[![Build Status](https://camo.githubusercontent.com/9d18a7ccef9738e83cd16c9bdaf11cd737333cabe3e778bad1c3010e8bcdb4f1/68747470733a2f2f7472617669732d63692e6f72672f77696c6c686f66666d616e6e2f446f6d75734572704d6f64756c652e7376673f6272616e63683d6d6173746572267374796c653d666c61742d737175617265)](https://travis-ci.org/willhoffmann/DomusErpModule)[![Downloads](https://camo.githubusercontent.com/baaa1975ead962547b8d659ad30700b3055c0bcdd15247ff7303662e2c106947/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f77696c6c686f66666d616e6e2f646f6d75736572702d6d6f64756c652e737667)](https://packagist.org/packages/willhoffmann/domuserp-module)

ZF3 Module to consume the DomusErp API.

This module uses the [domuserp-php](https://github.com/willhoffmann/domuserp-php "willhoffmann/domuserp-php Package")

Installation
------------

[](#installation)

The suggested installation method is via [composer](https://getcomposer.org/):

```
composer require willhoffmann/domuserp-module
```

### Configure module

[](#configure-module)

- Copy `/vendor/willhoffmann/domuserp-module/config/domuserp-module.local.php.dist` into your global autoload folder, remove the dist extension so that Zend Framework picks it up

Or run copy command:

```
cp vendor/willhoffmann/domuserp-module/config/domuserp-module.local.php.dist config/autoload/domuserp-module.local.php
```

### Enable module

[](#enable-module)

Register as Zend Framework module inside your `config/application.config.php` file:

```
// config/application.config.php
return [
    'modules' => [
        'Zend\Router',
        'DomusErpModule',
        'YourApplicationModule',
    ]
],
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

Unknown

Total

1

Last Release

2838d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/30557425?v=4)[William Hoffmann](/maintainers/willhoffmann)[@willhoffmann](https://github.com/willhoffmann)

---

Top Contributors

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

---

Tags

restmodulezf3domus erp

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/willhoffmann-domuserp-module/health.svg)

```
[![Health](https://phpackages.com/badges/willhoffmann-domuserp-module/health.svg)](https://phpackages.com/packages/willhoffmann-domuserp-module)
```

###  Alternatives

[zfr/zfr-cors

Zend Framework module that let you deal with CORS requests

611.2M3](/packages/zfr-zfr-cors)[zfr/zfr-rest

Zend Framework 2 REST Module.

8120.6k](/packages/zfr-zfr-rest)[zhuravljov/yii2-rest

Yii2 REST Client

1186.2k](/packages/zhuravljov-yii2-rest)

PHPackages © 2026

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