Download the PHP package gugoan/economizzer without Composer

On this page you can find all versions of the php package gugoan/economizzer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package economizzer

Screen Economizzer Yii2

Economizzer is a simple and open source personal finance manager system made in PHP Yii Framework 2.

Yii uses the model-view-controller architecture, so all page information is organized in the models, views, and controllers folders.

It is available in the following languages: English, Spanish, Portuguese, Russian, Korean, Hungarian and French.

Screen

Table of Contents

  1. Features
  2. Pages
  3. Live Demo
  4. Requirements
  5. Installation
  6. Configuration
  7. Contributions
  8. Troubleshooting
  9. Licenses
  10. Donations

Features

Learn more about the features on the official website: www.economizzer.org

Pages

The dashboard page allows you to see a general overview of your finances through graphs and charts. Clicking on "Select Dashboard" on the top left allows you to view more in-depth analyses.
Screen
The graph that appears after clicking on "Annual Performance" in the "Select Dashboard" dropdown menu. This shows monthly revenue and expenses over a year.
Screen
The entries page shows a ledger of all income and expenses with an optional description and attached file. Filters can be applied to view only specific entries.
Screen
The categories page allows you to set custom categories for income and expenses, which can then be used to organize the values into graphs and such.
Screen
The profile page allows users to change their display name, language, and default home page (either the dashboard or entries page)
Screen

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:

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.

Troubleshooting

If there are any problems with the application, please open an issue on Github. For smaller issues, you can contact us on Twitter or by email.

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.


All versions of economizzer with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.0
yiisoft/yii2 Version >=2.0.4
yiisoft/yii2-bootstrap Version *
yiisoft/yii2-swiftmailer Version *
yiisoft/yii2-jui Version *
yiisoft/yii2-codeception Version *
yiisoft/yii2-debug Version *
yiisoft/yii2-gii Version *
miloschuman/yii2-highcharts-widget Version dev-master
amnah/yii2-user Version dev-master
kartik-v/yii2-widgets Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package gugoan/economizzer contains the following files

Loading the files please wait ....