Download memory QVL and make it searchable in PHP
Go to file
Joop Schilder 1d134ed48b Add return statement 2021-04-28 20:26:18 +02:00
bin Add return statement 2021-04-28 20:26:18 +02:00
src Minor code cleanup 2021-04-28 20:17:37 +02:00
var Initial commit 2021-04-22 19:26:09 +02:00
.gitignore Initial commit 2021-04-22 19:26:09 +02:00
README.md Minor code cleanup 2021-04-28 20:17:37 +02:00
composer.json Initial commit 2021-04-22 19:26:09 +02:00
composer.lock Initial commit 2021-04-22 19:26:09 +02:00

README.md

ASRock Memory QVL scraper

Utility written in PHP 8.0 that scrapes a Memory QVL from the ASRock webpage and makes it searchable. It performs some nifty tricks such as inferring the amount of RAM modules in a kit based on module size and module number. There's a decorator enabled in bin/app.php which adds a hyperlink to the Tweakers.net pricewatch to the output.

There are two output modes available; csv and json. See bin/app.php for an example.