Download the PHP package stefanfroemken/account-analyzer without Composer
On this page you can find all versions of the php package stefanfroemken/account-analyzer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download stefanfroemken/account-analyzer
More information about stefanfroemken/account-analyzer
Files in stefanfroemken/account-analyzer
Download stefanfroemken/account-analyzer
More information about stefanfroemken/account-analyzer
Files in stefanfroemken/account-analyzer
Vendor stefanfroemken
Package account-analyzer
Short Description Use your CSV Export of your salary account to analyze its data
License GPL-2.0-or-later
Homepage https://www.typo3lexikon.de
Package account-analyzer
Short Description Use your CSV Export of your salary account to analyze its data
License GPL-2.0-or-later
Homepage https://www.typo3lexikon.de
Please rate this library. Is it a good library?
Informations about the package account-analyzer
Account Analyzer
A lightweight PHP web application designed to parse and analyze exported bank account CSV files (specifically supporting ING format) and render a dashboard showing totals, monthly breakdowns, and transaction list views.
Installation
You can install this package via Composer:
Requirements & Local Development
- PHP Version: PHP 8.3 (configured via DDEV).
- Database: No database required.
- Environment: Local development is powered by DDEV.
- Webserver: Nginx (
nginx-fpm).
Usage
-
Start your local environment:
- Open your browser at
https://konto.ddev.site(or openindex.php). - Select and upload your ING bank account CSV file.
- Uploaded files are processed in temporary memory and immediately deleted after parsing. No uploaded files are stored on disk.
Views
- Month View: Displays transactions grouped by month with monthly income, expenses, and net differences.
- Year View: Provides a full year summary of monthly totals.
Testing
Run the PHPUnit test suite inside the DDEV environment:
All versions of account-analyzer with dependencies
PHP Build Version
Package Version
The package stefanfroemken/account-analyzer contains the following files
Loading the files please wait ...