2017 © Pedro Peláez
 

library bricklib

Some utilities for BrickLink and LEGO Digital Designer

image

timonf/bricklib

Some utilities for BrickLink and LEGO Digital Designer

  • Friday, June 8, 2018
  • by timonf
  • Repository
  • 0 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

BrickLib

This is a small library written in PHP to utilize LEGO brick lists. BrickLib is able to convert CSV files, LDD files and LDraw files into BrickLink XML file format., (*1)

Why?

BrickLink is also able to import LDD or LDraw files directly. But I got often errors like “Part not found in catalog. item No:28327” or “Please fix the following duplicates: Item No: 3001, Color: 85”. For this reason I developed my own converter, which should avoid those errors. If you still get errors on BrickLink, please open an issue on GitHub!, (*2)

Usage

bin/convert tests/data/rainbow.lxf > bricklinklist.xml

Make sure, you run composer install before (to enable autoloading)., (*3)

Disclaimer

LEGO® is a trademark of the LEGO Group of companies which does not sponsor, authorize, or endorse this project., (*4)

The Versions

08/06 2018

dev-master

9999999-dev

Some utilities for BrickLink and LEGO Digital Designer

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires

by Timon F