Firefly III: a personal finances manager
Go to file
2018-12-07 20:39:36 +01:00
.deploy Fix for #1766 2018-11-16 15:26:37 +01:00
.github Add expected behavior to bug report template 2018-09-14 17:53:40 +03:00
.sandstorm Update meta files for new release. 2018-10-28 19:19:39 +01:00
app Update preferences API. 2018-12-07 20:39:36 +01:00
bootstrap Initial code for LDAP authentication. 2018-10-13 15:06:56 +02:00
config Add tag endpoint. 2018-12-05 19:12:38 +01:00
database Currencies can now be enabled and disabled. 2018-11-10 10:04:46 +01:00
public Upgrade datepicker. 2018-11-25 07:07:44 +01:00
resources New translations. 2018-12-05 19:24:42 +01:00
routes Update preferences API. 2018-12-07 20:39:36 +01:00
storage Fix for #1766 2018-11-16 15:26:37 +01:00
tests Various API updates. 2018-12-03 07:18:05 +01:00
.dockerignore Fix #1541 2018-07-09 19:23:19 +02:00
.env.docker Add option to disable the X-Frame header 2018-11-24 07:24:32 +01:00
.env.example Add option to disable the X-Frame header 2018-11-24 07:24:32 +01:00
.env.heroku Add option to disable the X-Frame header 2018-11-24 07:24:32 +01:00
.env.sandstorm Add option to disable the X-Frame header 2018-11-24 07:24:32 +01:00
.env.testing Add option to disable the X-Frame header 2018-11-24 07:24:32 +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
.locales Fixed locales lang error on Heroku build platform 2018-10-09 17:38:23 +02:00
.scrutinizer.yml Update .scrutinizer.yml 2018-01-19 08:23:31 +01:00
.travis.yml Push Travis to 7.2 2018-09-22 13:58:58 +02:00
app.json Fixed locales lang error on Heroku build platform 2018-10-09 17:38:23 +02:00
artisan First step towards Laravel 5.5 2017-09-09 21:57:24 +02:00
changelog.md Update meta files for new release. 2018-10-28 19:19:39 +01:00
composer.json Update composer libs. 2018-11-23 08:32:23 +01:00
composer.lock Update composer libs. 2018-11-23 08:32:23 +01:00
crowdin.yml Add newlines to end of file. 2018-03-19 12:08:22 +01:00
docker-compose.yml Keep DB at version 10. 2018-10-21 11:08:45 +02:00
Dockerfile Fix LDAP in Dockerfile. 2018-10-14 11:42:49 +02:00
index.php Add newlines to end of file. 2018-03-19 12:08:22 +01:00
LICENSE New copyright notice. 2017-10-21 08:40:00 +02:00
nginx_app.conf Update some code for Heroku. 2018-08-01 07:24:19 +02: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 Update test code. 2018-07-01 09:52:56 +02:00
phpunit.coverage.xml Update test code. 2018-07-01 09:52:56 +02:00
phpunit.xml Fix tests 2018-04-27 11:29:09 +02:00
Procfile Configure nginx [skip ci] 2017-04-27 02:49:06 +02:00
readme.md Considerations on new line. 2018-10-14 08:40:10 +02:00
server.php Add newlines to end of file. 2018-03-19 12:08:22 +01:00
webpack.mix.js Update CSS and JS libs. 2018-08-25 07:56:10 +02:00

Firefly III

Packagist License Donate

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 from bunq.
  • 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.

    Please read the considerations when using Heroku first though.

  5. You can deploy to Sandstorm.io.

    Note that you must have a paid Sandstorm account for this to work, or you must self-host your Sandstorm server.

  6. You can install it using Softaculous. These guys even have made another demo site!

  7. You can install it using AMPPS

  8. You can install it with YunoHost.

  9. 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 in the official documentation.

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.

For all other contributions, see below.

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

Tools

Several users have built pretty awesome stuff around the Firefly III API. Check out these tools:

Want to be in this list? Let me know!

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!

OK that was a joke. Thank you for considering donating to Firefly III! Please checkout my Patreon page or visit PayPal.

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.2 license Patreon page