SkillAgentSearch skills...

Dinero

Dinero - Multi Account Money Tracker

Install / Use

/learn @Shipu/Dinero
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<p align="center"> <a href="#" target="_blank" title="Dinero"> <img src="/public/brands/dinero-logo.png" alt="Dinero" width="340px"> </a> </p> <br> <p align="center">:rocket: Multi Account Money Tracker :sparkles: <a href="https://github.com/Shipu/dinero">Dinero</a></p> <p align="center"> <img src="https://img.shields.io/badge/version project-1.0-brightgreen" alt="version project"> <img src="https://img.shields.io/badge/Php-8.1-informational" alt="stack php"> <img src="https://img.shields.io/badge/Laravel-10.46-informational&color=brightgreen" alt="stack laravel"> <img src="https://img.shields.io/badge/Filament-3.2-informational" alt="stack Filament"> <img src="https://img.shields.io/badge/TailwindCss-3.1-informational" alt="stack Tailwind"> <a href="https://opensource.org/licenses/GPL-3.0"> <img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="GPLv3 License"> </a> </p>

Dinero

Dinero is a multi account money tracker. It is a simple application that allows you to track your money in multiple accounts and categories. It is written in PHP (Laravel Framework) and Filament v3.

Features

  • Multi Account (Tenants)
  • Multi Currency
  • Wallets
  • Categories
  • Budgets
  • Goals
  • Debts
  • Transactions
  • Reports

Installation

  1. Clone the repository
git clone https://github.com/Shipu/dinero.git
  1. Switch to the repo folder
cd dinero
  1. Install all the dependencies using composer
composer install
  1. Copy the example env file and make the required configuration changes in the .env file
cp .env.example .env
  1. Generate a new application key
php artisan key:generate
  1. Run the database migrations with seeder (Set the database connection in .env before migrating)
php artisan migrate --seed
  1. Run the application
php artisan serve
  1. Browse the application

Url: http://localhost:8000/

img.png

  1. Login with the following credentials:
  • Email: demo@dinero.app
  • Password: 12345678

NativePHP

for the NativePHP version, please check the nativephp branch

git checkout native-php

Demo

Url: http://dinero.bridgex.live

Screenshots

Dashboard Wallets Categories Budgets Goals Debts Transactions Accounts MyProfile

:sparkles: Contributors

<table> <tr> <td align="center"><a href="https://github.com/Shipu"> <img style="border-radius: 50%;" src="https://avatars.githubusercontent.com/u/4118421?v=4" width="100px;" alt=""/> <br /><sub><b>Shipu Ahamed</b></sub></a></td> <td align="center"><a href="https://github.com/shojibflamon"> <img style="border-radius: 50%;" src="https://avatars.githubusercontent.com/u/5617542?v=4" width="100px;" alt=""/> <br /><sub><b>Md. Jahidul Islam</b></sub></a></td> <td align="center"><a href="https://github.com/devalade"> <img style="border-radius: 50%;" src="https://avatars.githubusercontent.com/u/74435372?v=4" width="100px;" alt=""/> <br /><sub><b>Alade YESSOUFOU</b></sub></a></td> <td align="center"><a href="https://github.com/RafaelBlum"> <img style="border-radius: 50%;" src="https://avatars.githubusercontent.com/u/41844692?v=4" width="100px;" alt=""/> <br /><sub><b>Rafael Blum</b></sub></a></td> </tr> </table>

No one is so wise that they don't have something to learn, nor so foolish that they don't have something to teach. Blaise Pascal.

View on GitHub
GitHub Stars174
CategoryDevelopment
Updated13d ago
Forks64

Languages

PHP

Security Score

100/100

Audited on Mar 17, 2026

No findings