WalletWise (New Economizzer) is a simple and open-source personal finance manager system made in PHP Yii Framework 2.
It is available in the following languages: Italian, English, Spanish, Portuguese, Russian, Korean, Hungarian and French.
Learn more the features on the wiki: WIKI
Unfortunately, we don't have a real demo site but there is the old one of the original creator.
You can try the old one demo site: www.economizzer.org/web
Use the user "joe" and password "123456".
We'll add more features in the future so that site we'll be too old to try the new functionalities! Support us to buy a demo domain. Thank you!
The minimum requirement by this application that your Web server supports PHP >=7.0.0 and either apache2 or nginx.
Required libraries: MySQL, php, composer, libapache2-mod-php, php-mbstring, php-xml, php-curl
sudo apt update && sudo apt upgrade -y
sudo apt install apache2 (or nginx) -y
sudo apt install curl php composer libapache2-mod-php php-mbstring php-xml php-curl mysql-server -y
git clone https://github.com/Deltwin/walletwise.git
cd walletwise
composer update && composer install
- You need to configure yourself MySQL and apache2 for your domain. If you need help visit the wiki page: WIKI
In folder walletwise/config/db.php set as your parameters:
return [
'class' => 'yii\db\Connection',
'dsn' => 'mysql:host=127.0.0.1;dbname=walletwise',
'username' => 'root',
'password' => '<yourpassword_or_leave_blank>',
'charset' => 'utf8',
'enableSchemaCache' => true,
];
And import the database sql file
inc/walletwise.sql
To test, go to http://yourserver/web (NOTE: This path is only for who has the WalletWise folder in the root of the /var/www/html folder) with user and password below:
Use the user "admin" and password "123456".
Please see CONTRIBUTING.
Economizzer is Copyright © 2014 Gustavo G. Andrade. WalletWise is Copyright © 2023 Deltwin. It is free software, and may be redistributed under the terms specified in the LICENSE file.
To encourage the developer with new enhancements, buy a demo domain, or even to buy him a good beer, support the project by making a Donation.