{"id":38777045,"url":"https://github.com/trakli/webservice","last_synced_at":"2026-04-19T16:01:17.982Z","repository":{"id":249380440,"uuid":"831343857","full_name":"trakli/webservice","owner":"trakli","description":"A modern open source personal income tracking app.","archived":false,"fork":false,"pushed_at":"2026-04-12T21:46:08.000Z","size":3395,"stargazers_count":10,"open_issues_count":32,"forks_count":1,"subscribers_count":2,"default_branch":"dev","last_synced_at":"2026-04-12T23:25:41.386Z","etag":null,"topics":["expense","expense-tracker","finance-ai","hacktoberfest","income","income-and-expenses","laravel","open-source","opensource","php"],"latest_commit_sha":null,"homepage":"https://trakli.app","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trakli.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-07-20T09:24:47.000Z","updated_at":"2026-04-06T08:44:35.000Z","dependencies_parsed_at":"2026-03-27T14:03:20.942Z","dependency_job_id":null,"html_url":"https://github.com/trakli/webservice","commit_stats":null,"previous_names":["whilesmart/trakli-webservice","trakli/trakli-webservice","trakli/webservice"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/trakli/webservice","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trakli%2Fwebservice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trakli%2Fwebservice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trakli%2Fwebservice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trakli%2Fwebservice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trakli","download_url":"https://codeload.github.com/trakli/webservice/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trakli%2Fwebservice/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32012787,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["expense","expense-tracker","finance-ai","hacktoberfest","income","income-and-expenses","laravel","open-source","opensource","php"],"created_at":"2026-01-17T12:15:32.067Z","updated_at":"2026-04-19T16:01:17.974Z","avatar_url":"https://github.com/trakli.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003ca href=\"#\" target=\"_blank\"\u003e\u003cimg src=\"./.github/assets/logo.svg\" width=\"400\" alt=\"Trakli Logo\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"./.github/assets/trakli-dashboard-showcase.png\" alt=\"Trakli dashboard and mobile preview\" width=\"820\"\u003e\u003c/p\u003e\n\n# Trakli Webservice\n\n[![Tests](https://github.com/trakli/webservice/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/trakli/webservice/actions/workflows/tests.yml)\n[![Lint \u0026 Sniffs](https://github.com/trakli/webservice/actions/workflows/lint-sniffs.yml/badge.svg?branch=main)](https://github.com/trakli/webservice/actions/workflows/lint-sniffs.yml)\n\n## Overview\n\nTrakli is a personal income tracking application built using Laravel. The application allows users to manage and categorize their income and expenses under various groups and categories.\n\n## Features\n\n- **Transactions:** Income and expenses across multiple wallets, with attachments and recurring rules.\n- **Transfers:** Move money between wallets, including cross-currency at user-set rates.\n- **Budgets:** Scoped to categories, groups, or wallets; weekly / monthly / yearly / custom range; optional rollover; threshold and forecast alerts.\n- **Refunds:** Mark an income as refunding an earlier expense; matching budgets adjust automatically.\n- **Reminders:** Bills, budget alerts, and custom events with pause, resume, and snooze.\n- **Imports:** Pull transactions from CSVs, PDFs, and photos of receipts.\n- **Insights \u0026 AI:** Dashboard stats, digest emails, and a chat assistant for your finances.\n- **Offline-first:** Changes made on mobile sync cleanly when the device reconnects.\n\n## Setup instructions\n\n### Prerequisites\n\n- Docker\n- Docker Compose\n- Make\n\n### Quick installation guide\n- `git clone git@github.com:whilesmart/trakli-webservice.git`\n- `cd trakli-webservice`\n- `cp .env.example .env`\n- `make setup`\n\n### Development Commands\n- `make up` - Start containers\n- `make down` - Stop containers\n- `make restart` - Restart containers\n- `make test` - Run tests\n- `make lint` - Check code style\n- `make lint-fix` - Fix code style issues\n- `make phpmd` - Runs PHP Mess Detector\n- `make phpstan` - Runs PHP Static Analyzer\n- `make format` - Additional code style checks\n- `make format-fix` - Fix additional code style issues\n- `make migrate` - Run database migrations\n- `make migrate-fresh` - Fresh migrations (drops all tables)\n- `make seed` - Run database seeders\n- `make migrate-fresh-seed` - Fresh migrations + seeders\n- `make optimize` - Optimize Laravel application (cache config, routes, views)\n- `make tinker` - Open Laravel Tinker REPL\n- `make bash` - Access container bash shell\n- `make logs` - View application logs\n- `make fix-permissions` - Fix file permission issues\n\nFor detailed and explained installation steps see : [INSTALLATION.md](INSTALLATION.md)\n\n### Accessing the Application\n\n- The application will be available at `http://localhost:8000`.\n- API documentation will be accessible at `http://localhost:8000/docs/swagger`.\n\n### Stopping the Containers\n\nTo stop the Docker containers, run:\n\n```bash\nmake down\n```\n\n### LICENSE\n\n```\nMIT License\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrakli%2Fwebservice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrakli%2Fwebservice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrakli%2Fwebservice/lists"}