gugoan/economizzer
Composer 安装命令:
composer create-project gugoan/economizzer
包简介
Open Source Personal Finance Manager
README 文档
README
Economizzer

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.
Table of Contents
- Features
- Pages
- Live Demo
- Requirements
- Installation
- Configuration
- Contributions
- Troubleshooting
- Licenses
- Donations
Features
- View monthly revenue and expenses
- Analyze annual performance via monthly trends
- Create expense categories freely
- Input entries into a digital ledger
- Upload billing documents to go alongside entries
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. |
![]() |
| The graph that appears after clicking on "Annual Performance" in the "Select Dashboard" dropdown menu. This shows monthly revenue and expenses over a year. |
![]() |
| 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. |
![]() |
| 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. |
![]() |
| The profile page allows users to change their display name, language, and default home page (either the dashboard or entries page) |
![]() |
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' => 'USER', 'password' => '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.
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.
gugoan/economizzer 适用场景与选型建议
gugoan/economizzer 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 1 次下载、GitHub Stars 达 497, 最近一次更新时间为 2015 年 06 月 25 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「php」 「money」 「finance」 「yii2」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 gugoan/economizzer 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 gugoan/economizzer 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 gugoan/economizzer 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Beyonic PHP Library
Sila PHP SDK for API Version 0.2
Simple OFX file parser
PHP SDK for Ledga.io - Programmatic double-entry ledgers for finance, gaming and multi-tenant SaaS
Fitbank SDK for PHP
The Payum Yandex Money gateway
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 498
- 点击次数: 23
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-06-25




