technicpack / solder
Technic Solder API using Laravel Framework
Requires
- php: ^8.4
- ext-curl: *
- ext-json: *
- ext-pdo: *
- ext-redis: *
- guzzlehttp/guzzle: ^7.10.0
- http-interop/http-factory-guzzle: ^1.2.1
- knplabs/github-api: ^3.16
- laravel/fortify: ^1.35
- laravel/framework: ^13.0
- laravel/sanctum: ^4.3
- laravel/tinker: ^3.0
Requires (Dev)
- barryvdh/laravel-ide-helper: ^3.7.0
- fakerphp/faker: ^1.24.1
- fruitcake/laravel-debugbar: ^4.2
- larastan/larastan: ^3.8.1
- laravel/boost: ^2.4
- laravel/pint: ^1.27.0
- mockery/mockery: ^1.6.12
- nunomaduro/collision: ^8.8.3
- phpunit/phpunit: ^12.5.8
- dev-main
- v1.0.1
- v1.0.0
- v0.12.9
- v0.12.8
- v0.12.7
- v0.12.6
- v0.12.5
- v0.12.4
- v0.12.3
- v0.12.2
- v0.12.1
- v0.12.0
- v0.11.0
- v0.10.2
- v0.10.1
- v0.10.0
- v0.9.1
- v0.9.0
- v0.8.8
- v0.8.7
- v0.8.6
- v0.8.5
- v0.8.4
- v0.8.3
- v0.8.2
- v0.8.1
- v0.8.0
- v0.7.16
- v0.7.15
- v0.7.14
- v0.7.13
- v0.7.12
- v0.7.11
- v0.7.10
- v0.7.9
- v0.7.8
- v0.7.7
- v0.7.6
- v0.7.5.2
- v0.7.5.1
- v0.7.5
- v0.7.4.2
- v0.7.4.1
- v0.7.4.0
- v0.7.3.1
- v0.7.3.0
- v0.7.2.2
- v0.7.2.1
- v0.7.2.0
- v0.7.1.1
- v0.7.1.0
- v0.7.0.9
- v0.7.0.8
- v0.7.0.7
- v0.7.0.6
- v0.7.0.5
- v0.7.0.4
- v0.7.0.3
- 0.7.0.2
- v0.7.0.1
- dev-renovate/non-major-dependencies
- dev-renovate/phpunit-phpunit-13.x
- dev-renovate/node-24.x
- dev-renovate/php-8.x
- dev-renovate/laravel-pint-1.x
- dev-renovate/phpstan-packages
- dev-renovate/phpunit-phpunit-12.x
- dev-renovate/laravel-boost-2.x
- dev-renovate/laravel-vite-plugin-3.x
- dev-renovate/fruitcake-laravel-debugbar-4.x
- dev-renovate/alpinejs-3.x
- dev-renovate/alpinejs-collapse-3.x
- dev-renovate/barryvdh-laravel-debugbar-4.x
- dev-renovate/laravel-framework-12.x
- dev-renovate/barryvdh-laravel-ide-helper-3.x
- dev-renovate/laravel-tinker-2.x
- dev-dependabot/composer/all-updates-53fe3f2f51
- dev-renovate/barryvdh-laravel-debugbar-3.x
- dev-hotfix
- dev-feature/redesign
This package is auto-updated.
Last update: 2026-04-04 09:43:50 UTC
README
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
unzippackage- 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.