PHPackages                             cwd/datamolino-bundle - 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. [Payment Processing](/categories/payments)
4. /
5. cwd/datamolino-bundle

Abandoned → [cwd/datamolino-client](/?search=cwd%2Fdatamolino-client)ArchivedLibrary[Payment Processing](/categories/payments)

cwd/datamolino-bundle
=====================

1.0.1(7y ago)06MITPHPPHP &gt;=7.1

Since Oct 14Pushed 7y ago1 watchersCompare

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

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

Datamolino Client Bundle
========================

[](#datamolino-client-bundle)

[![Latest Stable Version](https://camo.githubusercontent.com/49a20b8589e5b4e76448c39deb6a045e3250b0a70ad045da6f39333dabde9aab/68747470733a2f2f706f7365722e707567782e6f72672f6377642f646174616d6f6c696e6f2d62756e646c652f762f737461626c65)](https://packagist.org/packages/cwd/datamolino-bundle)[![Total Downloads](https://camo.githubusercontent.com/364b4f53729a06efa0650d9a5740351a28244f6821522a127af63d933f164b58/68747470733a2f2f706f7365722e707567782e6f72672f6377642f646174616d6f6c696e6f2d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/cwd/datamolino-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/767738628554522ab50dd27455b086b979b03225c201b0479778356e957afd3c/68747470733a2f2f706f7365722e707567782e6f72672f6377642f646174616d6f6c696e6f2d62756e646c652f762f756e737461626c65)](https://packagist.org/packages/cwd/datamolino-bundle)[![License](https://camo.githubusercontent.com/745fafe5d204098fe1f4a671b2238a2009c3ecfc5a27a7955b5beac1f6ea5990/68747470733a2f2f706f7365722e707567782e6f72672f6377642f646174616d6f6c696e6f2d62756e646c652f6c6963656e7365)](https://packagist.org/packages/cwd/datamolino-bundle)

This is a Symfony Bridge for the Datamolino Client.

Installation:
-------------

[](#installation)

`composer require cwd/datamolino-bundle`

Usage:
------

[](#usage)

#### Configuration

[](#configuration)

Enable the bundle in bundles.php:

```
return [
 // ...
 Cwd\DatamolinoBundle\CwdDatamolinoBundle::class => ['all' => true],
]

```

Create config/packages/cwd\_datamolino.yaml:

```
cwd_datamolino:
  client_id: your_client_id
  client_secret: you_client_secret
  datamolino_host: beta.datamolino.com or app.datamolino.com
  username: your_username
  password: your_password

```

#### Authentication

[](#authentication)

```
$datamolino = $this->get(Cwd\Datamolino\DatamolinoClient::class);

// Get a Token via password authentication
$token = $datamolino->getClient()->authenticate();
```

See client for an example of all api methods:

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

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

2817d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/343160?v=4)[Ludwig Ruderstaller](/maintainers/rufinus)[@rufinus](https://github.com/rufinus)

---

Tags

clientsymfonybundleinvoiceapi clientOCRdatamolino

### Embed Badge

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

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

###  Alternatives

[mayaram/laravel-ocr

Laravel OCR &amp; Document Data Extractor - A powerful OCR and document parsing engine for Laravel

731.1k](/packages/mayaram-laravel-ocr)

PHPackages © 2026

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