PHPackages                             vitexsoftware/digest-modules - 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/digest-modules

ActiveLibrary

vitexsoftware/digest-modules
============================

Data collection modules for accounting system digest reports

00PHP

Since Mar 13Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/VitexSoftware/DigestModules)[ Packagist](https://packagist.org/packages/vitexsoftware/digest-modules)[ RSS](/packages/vitexsoftware-digest-modules/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

DigestModules 📊
===============

[](#digestmodules-)

> **Modular Analytics Library for Accounting Systems**

A standalone PHP library that provides **data collection and analytics modules** for accounting systems, returning structured JSON data for further processing or visualization.

🎯 Overview
----------

[](#-overview)

DigestModules is the **data collection engine** that:

- 🔌 **Connects to accounting systems** (AbraFlexi, Pohoda, Money S3, etc.)
- 📈 **Analyzes business data** (invoices, customers, payments, etc.)
- 📋 **Returns structured JSON** (no HTML - pure data layer)
- 🧩 **Modular architecture** (easy to extend with new analytics)
- 🔄 **System-agnostic design** (works across different accounting platforms)

✨ Key Features
--------------

[](#-key-features)

- **🎯 Pure Data Layer**: Returns JSON arrays - no HTML generation
- **🔌 Multiple Providers**: AbraFlexi, Pohoda, and custom system support
- **📊 Built-in Analytics**: Invoice analysis, debt monitoring, financial insights
- **🧩 Modular Design**: Easy to add new modules and data sources
- **⚡ Performance**: Optimized queries with caching support
- **🛡️ Type Safe**: Full PHP 8.1+ type declarations with strict types
- **📝 PSR-4 Compliant**: Follows PHP-FIG standards
- **🔍 Comprehensive Testing**: PHPUnit test coverage

🚀 Quick Start
-------------

[](#-quick-start)

### Installation

[](#installation)

```
# Via Composer
composer require vitexsoftware/digest-modules

# Via Debian Package
sudo apt install php-vitexsoftware-digest-modules
```

### Basic Usage

[](#basic-usage)

```
