{"id":45903386,"url":"https://github.com/technicpack/technicsolder","last_synced_at":"2026-04-09T02:01:24.516Z","repository":{"id":7048689,"uuid":"8328240","full_name":"TechnicPack/TechnicSolder","owner":"TechnicPack","description":"PHP web app that brings differential updates to the Technic Launcher and Technic Platform","archived":false,"fork":false,"pushed_at":"2026-04-06T18:42:26.000Z","size":4510,"stargazers_count":177,"open_issues_count":51,"forks_count":165,"subscribers_count":26,"default_branch":"main","last_synced_at":"2026-04-06T19:28:41.072Z","etag":null,"topics":["laravel","modpack","php","technic","technicsolder"],"latest_commit_sha":null,"homepage":"https://docs.solder.io/","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/TechnicPack.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","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":"2013-02-21T04:22:20.000Z","updated_at":"2026-04-06T17:29:20.000Z","dependencies_parsed_at":"2025-12-06T21:04:28.265Z","dependency_job_id":null,"html_url":"https://github.com/TechnicPack/TechnicSolder","commit_stats":{"total_commits":441,"total_committers":23,"mean_commits":19.17391304347826,"dds":0.6938775510204082,"last_synced_commit":"76f42ee5b41dc1a79b0c6b6d5026d88b6106c5bc"},"previous_names":[],"tags_count":71,"template":false,"template_full_name":null,"purl":"pkg:github/TechnicPack/TechnicSolder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechnicPack%2FTechnicSolder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechnicPack%2FTechnicSolder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechnicPack%2FTechnicSolder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechnicPack%2FTechnicSolder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TechnicPack","download_url":"https://codeload.github.com/TechnicPack/TechnicSolder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechnicPack%2FTechnicSolder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31581864,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"online","status_checked_at":"2026-04-09T02:00:06.848Z","response_time":112,"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":["laravel","modpack","php","technic","technicsolder"],"created_at":"2026-02-28T00:50:39.315Z","updated_at":"2026-04-09T02:01:24.499Z","avatar_url":"https://github.com/TechnicPack.png","language":"PHP","readme":"Technic Solder\n=============\n\n[![License](https://poser.pugx.org/solder/solder/license.svg)](https://packagist.org/packages/solder/solder)\n\n![Latest Stable Version](https://poser.pugx.org/solder/solder/v/stable.svg) ![Build Status](https://github.com/TechnicPack/TechnicSolder/actions/workflows/tests.yml/badge.svg?branch=main)\n\nJoin us on [Discord][discord]!\n\nWhat is Solder?\n--------------\n\nTechnic Solder is an API that sits between a modpack repository and the launcher. It allows you to easily manage multiple modpacks in one single location. It's the same API we use to distribute our modpacks!\n\nUsing Solder also means your packs will download each mod individually. This means the launcher can check MD5's against each version of a mod and if it hasn't changed, use the cached version of the mod instead. What does this mean? Small incremental updates to your modpack doesn't mean redownloading the whole thing every time!\n\nSolder also interfaces with the Technic Platform using an API key you can generate through your account there. When Solder has this key it can directly interact with your Platform account. When creating new modpacks you will be able to import any packs you have registered in your Solder install. It will also create detailed mod lists on your Platform page! (assuming you have the respective data filled out in Solder). Neat huh?\n\nRequirements\n-------------\n\n* PHP 8.4 or higher\n* [Composer](https://getcomposer.org/)\n* [Node.js](https://nodejs.org/) 20 or higher and npm\n* `unzip` package\n* Ctype PHP Extension\n* cURL PHP Extension\n* DOM PHP Extension\n* Fileinfo PHP Extension\n* Filter PHP Extension\n* Hash PHP Extension\n* Mbstring PHP Extension\n* OpenSSL PHP Extension\n* PCRE PHP Extension\n* PDO PHP Extension\n* Session PHP Extension\n* Tokenizer PHP Extension\n* XML PHP Extension\n* A MySQL or PostgreSQL database\n\nYou can find commands for this in the [getting started page](https://docs.solder.io/getting-started/#requirements).\n\nInstallation/Updating Solder\n-------------\n\nRefer to our documentation here: \u003chttps://docs.solder.io/\u003e\n\nIf there is any missing/incorrect info, please post an issue on our [issue tracker](https://github.com/TechnicPack/TechnicSolder/issues)\n\nUsing Docker\n-------------\n\nSee the [Docker setup guide](https://docs.solder.io/getting-started/docker/) for full instructions.\n\nQuick start:\n\n```bash\ngit clone https://github.com/TechnicPack/TechnicSolder.git\ncd TechnicSolder\ndocker compose up -d\n```\n\nTroubleshooting\n---------------\n\nIf you are having issues and can't seem to figure out what's going on, join our [development Discord server][discord].\n\n[discord]: https://discord.gg/0XSjZibQg6yguy1x\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnicpack%2Ftechnicsolder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechnicpack%2Ftechnicsolder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnicpack%2Ftechnicsolder/lists"}