Firefly III: a personal finances manager
Go to file
2018-03-11 21:19:35 +01:00
.deploy Move docker files, include kubernetes files. 2018-03-11 18:27:30 +01:00
.github Make some file names lowercase. 2018-01-21 19:47:19 +01:00
.sandstorm Update Sandstorm files. 2018-03-04 10:39:31 +01:00
app Fix custom range thing for accounts #1240 [skip ci] 2018-03-11 19:01:19 +01:00
bootstrap Various code cleanup. 2018-03-11 16:24:07 +01:00
config Expand bunq import. 2018-03-10 07:16:38 +01:00
database Code cleanup [skip ci] 2018-03-11 20:41:03 +01:00
public Expand install routine. 2018-03-11 18:46:18 +01:00
resources Fix various tests. 2018-03-11 21:19:35 +01:00
routes Expand install routine. 2018-03-11 18:46:18 +01:00
storage Various updated files. 2017-09-09 22:32:11 +02:00
tests Fix various tests. 2018-03-11 21:19:35 +01:00
.codeclimate.yml Code climate file. 2018-01-17 13:04:43 +01:00
.dockerignore Docker: Use working directory instead of hardcoded dist version 2017-09-09 12:51:37 +02:00
.env.docker Update logging for Laravel 5.6 #1221 2018-03-07 20:47:39 +01:00
.env.example Update logging for Laravel 5.6 #1221 2018-03-07 20:47:39 +01:00
.env.heroku Update logging for Laravel 5.6 #1221 2018-03-07 20:47:39 +01:00
.env.sandstorm Update logging for Laravel 5.6 #1221 2018-03-07 20:47:39 +01:00
.env.testing Update logging for Laravel 5.6 #1221 2018-03-07 20:47:39 +01:00
.gitattributes First step towards Laravel 5.5 2017-09-09 21:57:24 +02:00
.gitignore Update gitignore. 2017-09-12 18:24:19 +02:00
.htaccess Add warning message to index. 2018-01-06 10:25:21 +01:00
.scrutinizer.yml Update .scrutinizer.yml 2018-01-19 08:23:31 +01:00
.travis.yml Stop Travis from optimising. 2018-03-08 06:13:06 +01:00
app.json Update links to new site. 2017-12-13 14:15:44 +01:00
artisan First step towards Laravel 5.5 2017-09-09 21:57:24 +02:00
changelog.md Update change log. 2018-03-04 10:39:40 +01:00
composer.json Upgrade to Laravel 5.6 #1221 2018-03-07 20:37:00 +01:00
composer.lock Upgrade to Laravel 5.6 #1221 2018-03-07 20:37:00 +01:00
crowdin.yml Update language config. 2017-11-15 07:18:02 +01:00
docker-compose.yml Update docker file. 2018-03-04 10:39:00 +01:00
Dockerfile Move docker files, include kubernetes files. 2018-03-11 18:27:30 +01:00
index.php Add warning message to index. 2018-01-06 10:25:21 +01:00
LICENSE New copyright notice. 2017-10-21 08:40:00 +02:00
nginx_app.conf Various Heroku related fixes. 2017-11-29 19:15:44 +01:00
package-lock.json Update lock files 2018-02-06 19:48:43 +01:00
package.json Remove unused dependencies 2018-02-06 18:15:26 +01:00
phpunit.coverage.specific.xml Add API test suite 2018-02-16 22:14:08 +01:00
phpunit.coverage.xml Add API test suite 2018-02-16 22:14:08 +01:00
phpunit.xml Add API test suite 2018-02-16 22:14:08 +01:00
Procfile Configure nginx [skip ci] 2017-04-27 02:49:06 +02:00
readme.md Update read me file. 2018-03-04 15:25:43 +01:00
server.php First step towards Laravel 5.5 2017-09-09 21:57:24 +02:00
test.sh Fix parameter error in test script. 2018-03-04 09:12:58 +01:00
webpack.mix.js Remove unused dependencies 2018-02-06 18:15:26 +01:00

Firefly III

Packagist License

Introduction

"Firefly III" is a (self-hosted) manager for your personal finances. It can help you keep track of your expenses and income, so you can spend less and save more. Firefly III supports the use of budgets, categories and tags. It can import data from external sources and it has many neat financial reports available. Here are some screenshots:

The index of Firefly III The account overview of Firefly III

Overview of all budgets Overview of a category

Purpose

Personal financial management is pretty difficult, and everybody has their own approach to it. Some people make budgets, other people limit their cashflow by throwing away their credit cards, others try to increase their current cashflow. There are tons of ways to save and earn money. Firefly III works on the principle that if you know where you're money is going, you can stop it from going there.

By keeping track of your expenses and your income you can budget accordingly and save money. Stop living from paycheck to paycheck but give yourself the financial wiggle room you need.

You can read more about this in the official documentation.

Features

Most importantly...

  • Firefly III runs on your own server, so you are fully in control of your data. It will not contact other sites or servers.
  • You can import from over 2500 financial providers, in 55 countries when you enable the Spectre API.
  • You can import CSV files from practically any bank.
  • Firefly III features an JSON REST API.
  • If you feel youre missing something you can just ask me and Ill add it!

But actually, it features:

Everything is organised:

  • Clear views that should show you how you're doing
  • Easy navigation through your records
  • Browse back and forth to see previous months or even years
  • Lots of charts because we all love them
  • Financial reporting showing you how well you are doing
  • Lots of math because we all like math!

Who is it for?

This application is for people who want to track their finances, keep an eye on their money without having to upload their financial records to the cloud. You're a bit tech-savvy, you like open source software and you don't mind tinkering with (self-hosted) servers.

Get started

There are many ways to run Firefly III

  1. There is a demo site with an example financial administration already present.
  2. You can install it on your server.
  3. You can run it using Docker.
  4. You can deploy to Heroku
  5. You can deploy to Sandstorm.io
  6. You can install it using Softaculous. These guys even have made another demo site!
  7. You can install it using AMPPS
  8. Even more options are on the way!

Update your instance

Make sure you check for updates regularly. Your Firefly III instance will ask you to do this. Upgrade instructions can be found with the installation instructions.

Contribute

Your help is always welcome! Feel free to open issues, ask questions, talk about it and discuss this tool. I've create several social media accounts and I invite you to follow them, tweet at them and post to them. There's reddit, Twitter and Facebook just to start. It's not very active but it's a start!

Of course there are some contributing guidelines and a code of conduct, which I invite you to check out.

I can always use your help squashing bugs, thinking about new features or translating Firefly III into other languages.

The goal

Firefly III should give you insight into and control over your finances. Money should be useful, not scary. You should be able to see where it is going, to feel your expenses and to... wow, I'm going overboard with this aren't I?

But you get the idea: this is your money. These are your expenses. Stop them from controlling you. I built this tool because I started to dislike money. Having it, not having, paying bills with it, etc. But no more. I want to feel "safe", whatever my balance is. And I hoop this tool can help. I know it helps me.

Contact

You can contact me at thegrumpydictator@gmail.com, you may open an issue or contact me through the various social media pages there are: reddit, Twitter and Facebook.

Over time, many people have contributed to Firefly III.

Other stuff

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

License

This work is licensed under the GPL v3.

Donate

If you like Firefly III and if it helps you save lots of money, why not send me a dime for every dollar saved (this is a joke, although the Paypal form works just fine, try it!)

Alternatives

If you are looking for alternatives, check out Kickball's Awesome-Selfhosted list which features not only Firefly III but also noteworthy alternatives such as Silverstrike.

Badges

I like badges!

Travis branch Scrutinizer Coveralls github branch Requires PHP7.1 license Donate