PHPackages                             vitexsoftware/datamolino - 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. vitexsoftware/datamolino

ActiveLibrary

vitexsoftware/datamolino
========================

Datamolino Client Library

1.37(5y ago)3202[1 issues](https://github.com/VitexSoftware/phplib-datamolino/issues)LGPL-3.0-or-laterPHPCI failing

Since Jul 25Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/VitexSoftware/phplib-datamolino)[ Packagist](https://packagist.org/packages/vitexsoftware/datamolino)[ RSS](/packages/vitexsoftware-datamolino/feed)WikiDiscussions master Synced 2d ago

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

[![Logo](https://raw.githubusercontent.com/VitexSoftware/phplib-datamolino/master/project-logo.png "Project Logo")](https://raw.githubusercontent.com/VitexSoftware/phplib-datamolino/master/project-logo.png)

Datamolino PHP Library
======================

[](#datamolino-php-library)

Datamolino motto: Let humans focus on creating value, leave robotic work to robots

[Datamolino](https://www.datamolino.com/) service process invoice bitmap image and gives you OCRed result data in web interface or via API

[![Source Code](https://camo.githubusercontent.com/fbc1df1d87a25ffea6f104bca86806b3fa32b6a26d07aef69b585a0be438b73d/687474703a2f2f696d672e736869656c64732e696f2f62616467652f736f757263652d5669746578536f6674776172652f7068706c69622d646174616d6f6c696e6f2d626c75652e7376673f7374796c653d666c61742d737175617265)](https://github.com/VitexSoftware/phplib-datamolino)[![Latest Version](https://camo.githubusercontent.com/d0e829857a1034de940bf8a5757b71e3bd2e08ec225f31adc77e4ef2d137395d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f5669746578536f6674776172652f7068706c69622d646174616d6f6c696e6f2e7376673f7374796c653d666c61742d737175617265)](https://github.com/VitexSoftware/phplib-datamolino/releases)[![Software License](https://camo.githubusercontent.com/e1514dd3f2095dbf68a0008ae62a631142953ad2e86aa94c504343f2c2c191da/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d47504c2d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://github.com/VitexSoftware/phplib-datamolino/blob/master/LICENSE)[![Build Status](https://camo.githubusercontent.com/0e6e74bf25a0b2fcfbf068acfc889ee92b4dcaa2eeb4435fa04d4361784a25e5/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f5669746578536f6674776172652f7068706c69622d646174616d6f6c696e6f2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/VitexSoftware/phplib-datamolino)[![Total Downloads](https://camo.githubusercontent.com/fc0ad4c8a4829477b271b69356ae75fea699452b4d133cd895018acded98f2f0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7669746578736f6674776172652f646174616d6f6c696e6f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/vitexsoftware/datamolino)[![Docker pulls](https://camo.githubusercontent.com/971a9bcb308f810047b8571b1141cc50371bfb48c859ca49d33f45a451276c13/68747470733a2f2f696d672e736869656c64732e696f2f646f636b65722f70756c6c732f766974657875732f7068706c69622d646174616d6f6c696e6f2e737667)](https://hub.docker.com/r/vitexus/phplib-datamolino/)[![Latest stable](https://camo.githubusercontent.com/4da928910f949ccc8dfefd159e3586ff383bdc9b92f78a100e3c3478f79aff4a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7669746578736f6674776172652f646174616d6f6c696e6f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/vitexsoftware/datamolino)

[![PHP Composer](https://github.com/VitexSoftware/phplib-datamolino/workflows/PHP%20Composer/badge.svg)](https://github.com/VitexSoftware/phplib-datamolino/workflows/PHP%20Composer/badge.svg)

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

[](#installation)

Download  or:

Composer:
---------

[](#composer)

```
composer require vitexsoftware/datamolino

```

Linux
-----

[](#linux)

For Debian, Ubuntu &amp; friends please use repo:

```
sudo apt install lsb-release wget
echo "deb http://repo.vitexsoftware.cz $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/vitexsoftware.list
sudo wget -O /etc/apt/trusted.gpg.d/vitexsoftware.gpg http://repo.vitexsoftware.cz/keyring.gpg
sudo apt update
sudo apt install php-datamolino
```

In this case please add this to your app composer.json:

```
"require": {
    "deb/datamolino": "*",
},
"repositories": [
    {
        "type": "path",
        "url": "/usr/share/php/EaseCore",
        "options": {
            "symlink": true
        }
    },
    {
        "type": "path",
        "url": "/usr/share/php/Datamolino",
        "options": {
            "symlink": true
        }
    }
]

```

Docker:
-------

[](#docker)

To get Docker image:

```
docker pull vitexsoftware/phplib-datamolino

```

Configuration Constants
-----------------------

[](#configuration-constants)

- DATAMOLINO\_URL - could be  for testing or  for production usage
- DATAMOLINO\_ID - API ID - request access keys by sending an email to \[\]
- DATAMOLINO\_SECRET - API Secret - this code you obtain with API ID
- DATAMOLINO\_USERNAME - email address used to sign in to datamolino web interface
- DATAMOLINO\_PASSWORD - password for datamolino web interface

###  Health Score

30

↑

LowBetter than 64% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

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

2119d ago

### Community

Maintainers

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

---

Top Contributors

[![Vitexus](https://avatars.githubusercontent.com/u/2621130?v=4)](https://github.com/Vitexus "Vitexus (21 commits)")

---

Tags

easephpphp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/vitexsoftware-datamolino/health.svg)

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

###  Alternatives

[blackboard-open-source/moodle-plugin-ci

Assists with running Moodle plugins in Travis CI

42141.8k](/packages/blackboard-open-source-moodle-plugin-ci)[spojenet/flexibee

Library for easy interaction with czech economic system AbraFlexi.

2463.9k4](/packages/spojenet-flexibee)[vitexsoftware/pohoda-connector

Stormware's Pohoda mServer client.

164.5k](/packages/vitexsoftware-pohoda-connector)

PHPackages © 2026

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