Laravel API Client for the Brickset API
avido/laravel-brickset-api-client is a Laravel package for laravel api client for the brickset api.
It currently has 0 GitHub stars and 4 downloads on Packagist (latest version 0.2.0).
Install it with composer require avido/laravel-brickset-api-client.
Discover more Laravel packages by avido
or browse all Laravel packages to compare alternatives.
Last updated
Laravel API Client for https://brickset.com/tools/webservices/v3
composer require avido/laravel-brickset-api-client
php artisan vendor:publish
Edit your .env file and add the following variables:
BRICKSET_APIKEY
BRICKSET_USERNAME
BRICKSET_PASSWORD
Alternatively you can also edit /config/brickset-api.php (if you published the configuration)
BricksetApiClient
$client = new BricksetApiClient($apiKey, $username, $password);