2017 © Pedro Peláez
 

project banks-spyder

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

image

radarlog/banks-spyder

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

  • Friday, February 26, 2016
  • by radarlog
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

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., (*1)

REQUIREMENTS

The minimum requirement by this project that your Web server supports PHP 5.5.0., (*2)

INSTALLATION

Install via Composer

If you do not have Composer, you may install it by following the instructions at getcomposer.org., (*3)

You can then install this project template using the following command:, (*4)

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., (*5)

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

CONFIGURATION

Database

Edit the file config/common.php with real data, for example:, (*6)

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, (*7)

Migrations

Update database by applying migrations with command:, (*8)

./yii migrate

USAGE

You can retrieve all companies to be parsed from all your accounts by running console command:, (*9)

./yii parse/banks-clients

You can parse next unparsed company and generate bank statements in PDF format by running console command:, (*10)

./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., (*11)

The Versions

26/02 2016

dev-master

9999999-dev https://github.com/radarlog/banks-spyder

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

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

yii2 crawler bank account statement spyder

26/02 2016

1.0

1.0.0.0 https://github.com/radarlog/banks-spyder

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

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

yii2 crawler bank account statement spyder