gitextract_8uvu_bst/ ├── .gitignore ├── .travis.yml ├── README.md ├── composer.json ├── docs/ │ └── EXAMPLES.md ├── phpunit.xml ├── src/ │ ├── Legofy.php │ └── Pallete/ │ ├── ColorPalette.php │ └── LegoPaletteInterface.php └── tests/ ├── Integration/ │ └── MainIntegrationTest.php └── Unit/ └── Palette/ └── ColorPaletteTest.php