PHPackages                             radarlog/banks-spyder - 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. [PDF &amp; Document Generation](/categories/documents)
4. /
5. radarlog/banks-spyder

ActiveProject[PDF &amp; Document Generation](/categories/documents)

radarlog/banks-spyder
=====================

Banks Spyder is free software to automatically generate bank statements in PDF format from your accounts.

1.0(10y ago)02GPL-2.0PHPPHP &gt;=5.5.0

Since Feb 26Pushed 10y ago1 watchersCompare

[ Source](https://github.com/radarlog/banks-spyder)[ Packagist](https://packagist.org/packages/radarlog/banks-spyder)[ Docs](https://github.com/radarlog/banks-spyder)[ RSS](/packages/radarlog-banks-spyder/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (6)Versions (2)Used By (0)

Banks Spyder
============

[](#banks-spyder)

Banks Spyder is free software to automatically generate/download bank statements in PDF format from your accounts. Currently supported is only Bank Of Cyprus.

REQUIREMENTS
------------

[](#requirements)

The minimum requirement by this project that your Web server supports PHP 5.5.0.

INSTALLATION
------------

[](#installation)

### Install via Composer

[](#install-via-composer)

If you do not have [Composer](http://getcomposer.org/), you may install it by following the instructions at [getcomposer.org](http://getcomposer.org/doc/00-intro.md#installation-nix).

You can then install this project template using the following command:

```
php composer.phar global require "fxp/composer-asset-plugin:~1.1.1"
php composer.phar create-project --prefer-dist radarlog/banks-spyder banks-spyder

```

Now you should be able to access the application through the following URL, assuming `banks-spyder` is the directory directly under the Web root.

```
http://localhost/banks-spyder/web/

```

CONFIGURATION
-------------

[](#configuration)

### Database

[](#database)

Edit the file `config/common.php` with real data, for example:

```
return [
    'class' => 'yii\db\Connection',
    'dsn' => 'mysql:host=localhost;dbname=yii2basic',
    'username' => 'root',
    'password' => '1234',
    'charset' => 'utf8',
];
```

**NOTES:**

- Yii won't create the database for you, this has to be done manually before you can access it.
- Check and edit the other files in the `config/` directory to customize your application as required.
- You can override local settings by creating `config/*-local.php` files in the same format

### Migrations

[](#migrations)

Update database by applying migrations with command:

```
./yii migrate

```

USAGE
-----

[](#usage)

You can retrieve all companies to be parsed from all your accounts by running console command:

```
./yii parse/banks-clients

```

You can parse next unparsed company and generate bank statements in PDF format by running console command:

```
./yii parse/next-company

```

Generated bank statements can be found in `/modules/banks/statements` folder. If no transactions were found, the report would not be created.

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

3777d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1484339?v=4)[Ilian](/maintainers/radarlog)[@radarlog](https://github.com/radarlog)

---

Top Contributors

[![radarlog](https://avatars.githubusercontent.com/u/1484339?v=4)](https://github.com/radarlog "radarlog (1 commits)")

---

Tags

crawleryii2Bankaccountstatementspyder

### Embed Badge

![Health badge](/badges/radarlog-banks-spyder/health.svg)

```
[![Health](https://phpackages.com/badges/radarlog-banks-spyder/health.svg)](https://phpackages.com/packages/radarlog-banks-spyder)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[ruskid/yii2-csv-importer

Helper to import csv files into database

36363.7k4](/packages/ruskid-yii2-csv-importer)[arogachev/yii2-excel

ActiveRecord import and export based on PHPExcel for Yii 2 framework

6381.0k1](/packages/arogachev-yii2-excel)

PHPackages © 2026

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