Git Product home page Git Product logo

economizzer's Introduction

Screen 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.

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 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.

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.

Thanks to

Yii2

economizzer's People

Contributors

aronnovakinovae avatar asanoturna avatar da4id avatar dfiel avatar ercling avatar fenrir-tech avatar fxcb avatar gugoan avatar harukama avatar infohoundru avatar mbround18 avatar ndecaris avatar padicao2010 avatar phprocks avatar prihlop avatar samdark avatar squatteur avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.