An easy and secure system for you to manage your personal money and achieve your goals, and can be accessed by computer, tablet or smartphone.
Deploy this app to Linode with a free $100 credit!
Economizzer is a simple and open source personal finance manager system made in PHP Yii Framework 2.
It is available in the following languages: English, Spanish, Portuguese, Russian, Korean, Hungarian and French.
Learn more the features on the official website: www.economizzer.org
You can try: www.economizzer.org/web
Use the user "joe" and password "123456".
The minimum requirement by this application that your Web server supports PHP 5.4.0 and either apache2 or nginx.
Required libraries: libapache2-mod-php, php-mbstring, php-xml, php-curl
git clone https://github.com/gugoan/economizzer.git
cd economizzer
composer install
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 import the database sql file
economizzer.sql
To test, go to http://yourserver/economizzer/web with user and password below:
Use the user "joe" and password "123456".
Please see CONTRIBUTING.
Economizzer is Copyright © 2014 Gustavo G. Andrade. It is free software, and may be redistributed under the terms specified in the LICENSE file.
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.
Please login to review this project.
No reviews for this project yet.
Collaborative resources mapper project, while yet only focu…
A budgeting app based on the Bucket Budgeting Principle.
Open source personal finance manager.
Comments (0)
Please login to join the discussion on this project.