LaravelPackages.net
Acme Inc.
Toggle sidebar
avido/laravel-brickset-api-client

Laravel API Client for the Brickset API

4
0
0.2.0
About avido/laravel-brickset-api-client

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 Brickset Api Client

Build Status Latest Stable Version Total Downloads License composer.lock

Laravel API Client for https://brickset.com/tools/webservices/v3

Installation

composer require avido/laravel-brickset-api-client

Optional Push configuration

php artisan vendor:publish

Configuration

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)

Facade

BricksetApiClient

Need to set apikey / user / password programmatically?

$client = new BricksetApiClient($apiKey, $username, $password);

Star History Chart