technicpack/solder

Technic Solder API using Laravel Framework

Maintainers

Package info

github.com/TechnicPack/TechnicSolder

Type:project

pkg:composer/technicpack/solder

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 177

Open Issues: 50

v1.0.1 2026-04-02 23:32 UTC

README

License

Latest Stable Version Build Status

Join us on Discord!

What is Solder?

Technic 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!

Using 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!

Solder 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?

Requirements

  • PHP 8.4 or higher
  • Composer
  • Node.js 20 or higher and npm
  • unzip package
  • Ctype PHP Extension
  • cURL PHP Extension
  • DOM PHP Extension
  • Fileinfo PHP Extension
  • Filter PHP Extension
  • Hash PHP Extension
  • Mbstring PHP Extension
  • OpenSSL PHP Extension
  • PCRE PHP Extension
  • PDO PHP Extension
  • Session PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension
  • A MySQL or PostgreSQL database

You can find commands for this in the getting started page.

Installation/Updating Solder

Refer to our documentation here: https://docs.solder.io/

If there is any missing/incorrect info, please post an issue on our issue tracker

Using Docker

See the Docker setup guide for full instructions.

Quick start:

git clone https://github.com/TechnicPack/TechnicSolder.git
cd TechnicSolder
docker compose up -d

Troubleshooting

If you are having issues and can't seem to figure out what's going on, join our development Discord server.