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 about the features by visiting the Wiki
Unfortunately, we don't have a new demo site but there's the old one made by the original creator.
You can try the old one demo site: here
Use the user "joe" and password "123456".
We'll add more features in the future so that site will be out of date.
Support us to buy a new demo domain. Thank you.
The minimum requirements that this application requires are: PHP>7.0 and 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/francescoscarselli/walletwise.git
cd walletwise
composer update && composer install
- You need to configure yourself MySQL and Apache2 for your domain. If you need help to setup everything, visit the wiki page.
In the 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' => '<password/blank>',
'charset' => 'utf8',
'enableSchemaCache' => true,
];Import the sql database file located in:
inc/walletwise.sql
Check if everything is working by going to your http://hostname.local/web.
NOTE: This path is only for who has the WalletWise folder in the root of the /var/www/html folder.
Use these credentials to log-in:
User: "admin" and password: "123456"
Please see CONTRIBUTING.
Economizzer, rights © 2014 Gustavo G. Andrade.
WalletWise, rights © 2023-2026 Deltwin (Francesco Scarselli).
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.