Economizzer alternatives and similar software solutions
Based on the "Money, Budgeting and Management" category.
Alternatively, view Economizzer alternatives based on common mentions on social networks and blogs.
-
GLPI
GLPI is a Free Asset and IT Management Software package, Data center management, ITIL Service Desk, licenses tracking and software auditing. -
InvoicePlane
A self-hosted open source application for managing your invoices, clients and payments. -
IHateToBudget
DISCONTINUED. A simple web app to understand and control your expenses. Designed to be self-hosted. -
Galette
Galette membership management web application towards non profit organizations main source code (mirror)
InfluxDB high-performance time series database

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Economizzer or a related project?
README
Economizzer
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
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 and either apache2 or nginx.
Required libraries: libapache2-mod-php, php-mbstring, php-xml, php-curl
Installation
git clone https://github.com/gugoan/economizzer.git
cd economizzer
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 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".
Contribution
Please see [CONTRIBUTING](CONTRIBUTING.md).
License
Economizzer is Copyright © 2014 Gustavo G. Andrade. It is free software, and may be redistributed under the terms specified in the [LICENSE](LICENSE.md) 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.
Thanks to
*Note that all licence references and agreements mentioned in the Economizzer README section above
are relevant to that project's source code only.