Skip to content

Latest commit

 

History

History
60 lines (38 loc) · 1.2 KB

README.md

File metadata and controls

60 lines (38 loc) · 1.2 KB

Economizzer

Economizzer is a simple and open source personal finance manager app made in PHP (Yii Framework 2.0).

For now only available in english and portuguese (Brazilian)

Screnn

Requirements

The minimum requirement by this application that your Web server supports PHP 5.4.0.

Installation

Composer way:

git clone https://github.com/gugoan/economizzer.git
cd economizzer
composer require "fxp/composer-asset-plugin:~1.0"

Zip way:

soon..

Configuration

Create the economizzer database and import the file economizzer.sql.

In folder economizzer/config/db.php

return [
    'class' => 'yii\db\Connection',
    'dsn' => 'mysql:host=localhost;dbname=economizzer',
    'username' => 'root',
    'password' => '',
    'charset' => 'utf8',
    'tablePrefix' => 'tb_',
    'enableSchemaCache' => true,
];

Access http://economizzer/web with user and password below:

User: joe

Pass: 123456


Yii2