Skip to content

Alexus230/economizzer

 
 

Repository files navigation

Screen Economizzer

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

It is available in the following languages: English, Brazilian Portuguese and Russian.

Screen

Learn more the features on the official website: www.economizzer.org

Live Demo

You can try: www.economizzer.org/web

Use the user "joe" and password "123456".

Requirements

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

Installation

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

Configuration

In folder economizzer/config/db.php set as follows:

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

And install migrations

./yii migrate

To test, go to http://yourserver/economizzer/web with user and password below:

User: joe

Pass: 123456

Contribution

Please see CONTRIBUTING.

License

Economizzer is Copyright © 2014 Gustavo G. Andrade. It is free software, and may be redistributed under the terms specified in the LICENSE file.

Donations

To encourage the developer with new enhancements, web hosting costs, or even to buy him a good beer, support the project by making a donation below.

pledgie

Thanks to

Yii2

About

Open Source Personal Finance Manager

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 55.7%
  • PHP 44.0%
  • Other 0.3%