{"id":42849412,"url":"https://github.com/shipu/dinero","last_synced_at":"2026-01-30T12:01:04.781Z","repository":{"id":186830608,"uuid":"670685953","full_name":"Shipu/dinero","owner":"Shipu","description":"Dinero - Multi Account Money Tracker","archived":false,"fork":false,"pushed_at":"2024-06-15T23:43:52.000Z","size":2328,"stargazers_count":163,"open_issues_count":2,"forks_count":61,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-08-12T22:45:37.280Z","etag":null,"topics":["budget-management","filamentphp","laravel","money-management","moneytracker","multi-tenancy","php"],"latest_commit_sha":null,"homepage":"https://dinero.bridgex.live","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Shipu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-07-25T15:46:11.000Z","updated_at":"2025-07-31T15:33:25.000Z","dependencies_parsed_at":"2025-08-12T22:32:34.111Z","dependency_job_id":"76169ea0-5663-43d5-bc73-16186a7abac3","html_url":"https://github.com/Shipu/dinero","commit_stats":null,"previous_names":["shipu/dinero"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Shipu/dinero","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shipu%2Fdinero","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shipu%2Fdinero/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shipu%2Fdinero/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shipu%2Fdinero/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shipu","download_url":"https://codeload.github.com/Shipu/dinero/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shipu%2Fdinero/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28912215,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T11:55:24.701Z","status":"ssl_error","status_checked_at":"2026-01-30T11:54:13.194Z","response_time":66,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["budget-management","filamentphp","laravel","money-management","moneytracker","multi-tenancy","php"],"created_at":"2026-01-30T12:01:04.016Z","updated_at":"2026-01-30T12:01:04.731Z","avatar_url":"https://github.com/Shipu.png","language":"PHP","readme":"\u003cp align=\"center\"\u003e\n\t\u003ca href=\"#\"  target=\"_blank\" title=\"Dinero\"\u003e\n\t\t\u003cimg src=\"/public/brands/dinero-logo.png\" alt=\"Dinero\" width=\"340px\"\u003e\n\t\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cbr\u003e\n\n\u003cp align=\"center\"\u003e:rocket: Multi Account Money Tracker :sparkles: \u003ca href=\"https://github.com/Shipu/dinero\"\u003eDinero\u003c/a\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"https://img.shields.io/badge/version project-1.0-brightgreen\" alt=\"version project\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Php-8.1-informational\" alt=\"stack php\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Laravel-10.46-informational\u0026color=brightgreen\" alt=\"stack laravel\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Filament-3.2-informational\" alt=\"stack Filament\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/TailwindCss-3.1-informational\" alt=\"stack Tailwind\"\u003e\n\t\u003ca href=\"https://opensource.org/licenses/GPL-3.0\"\u003e\n\t\t\u003cimg src=\"https://img.shields.io/badge/license-MIT-blue.svg\" alt=\"GPLv3 License\"\u003e\n\t\u003c/a\u003e\n\u003c/p\u003e\n\n## Dinero\nDinero 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.\n\n## Features\n- Multi Account (Tenants)\n- Multi Currency\n- Wallets\n- Categories\n- Budgets\n- Goals\n- Debts\n- Transactions\n- Reports\n\n## Installation\n1. Clone the repository\n\n```ssh \ngit clone https://github.com/Shipu/dinero.git\n```\n\n3. Switch to the repo folder\n\n```\ncd dinero\n```\n\n2. Install all the dependencies using composer\n\n```ssh \ncomposer install\n```\n\n3. Copy the example env file and make the required configuration changes in the .env file\n\n```ssh \ncp .env.example .env\n```\n\n4. Generate a new application key\n\n```ssh \nphp artisan key:generate\n```\n\n5. Run the database migrations with seeder (Set the database connection in .env before migrating)\n\n```ssh \nphp artisan migrate --seed\n```\n\n6. Run the application\n\n```ssh \nphp artisan serve\n```\n\n7. Browse the application\n\n\u003e Url: [http://localhost:8000/](http://localhost:8000/)\n\n![img.png](img.png)\n\n8. Login with the following credentials:\n- Email: `demo@dinero.app`\n- Password: `12345678`\n\n## NativePHP\nfor the NativePHP version, please check the [nativephp branch](https://github.com/shipu/dinero/tree/native-php)\n```ssh\ngit checkout native-php\n```\n\n## Demo\n\u003e Url: [http://dinero.bridgex.live](http://dinero.bridgex.live)\n\n## Screenshots\n![Dashboard](screenshots/dinero-dashboard.png)\n![Wallets](screenshots/dinero-wallets.png)\n![Categories](screenshots/dinero-categories.png)\n![Budgets](screenshots/dinero-budgets.png)\n![Goals](screenshots/dinero-goals.png)\n![Debts](screenshots/dinero-debts.png)\n![Transactions](screenshots/dinero-transactions.png)\n![Accounts](screenshots/dinero-tenants.png)\n![MyProfile](screenshots/dinero-my-profile.png)\n\n### :sparkles: Contributors\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/Shipu\"\u003e\n        \u003cimg style=\"border-radius: 50%;\" src=\"https://avatars.githubusercontent.com/u/4118421?v=4\" width=\"100px;\" alt=\"\"/\u003e\n    \u003cbr /\u003e\u003csub\u003e\u003cb\u003eShipu Ahamed\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003c/td\u003e    \n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/shojibflamon\"\u003e\n        \u003cimg style=\"border-radius: 50%;\" src=\"https://avatars.githubusercontent.com/u/5617542?v=4\" width=\"100px;\" alt=\"\"/\u003e\n    \u003cbr /\u003e\u003csub\u003e\u003cb\u003eMd. Jahidul Islam\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003c/td\u003e   \n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/devalade\"\u003e\n        \u003cimg style=\"border-radius: 50%;\" src=\"https://avatars.githubusercontent.com/u/74435372?v=4\" width=\"100px;\" alt=\"\"/\u003e\n    \u003cbr /\u003e\u003csub\u003e\u003cb\u003eAlade YESSOUFOU\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003c/td\u003e    \n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/RafaelBlum\"\u003e\n        \u003cimg style=\"border-radius: 50%;\" src=\"https://avatars.githubusercontent.com/u/41844692?v=4\" width=\"100px;\" alt=\"\"/\u003e\n    \u003cbr /\u003e\u003csub\u003e\u003cb\u003eRafael Blum\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003c/td\u003e \n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003e 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`.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshipu%2Fdinero","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshipu%2Fdinero","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshipu%2Fdinero/lists"}