This is a package to interact with the bestcompany api.
You can install the package via composer:
composer require bestcompany/bestcompany-api
Then if using laravel publish your config file by running the command.
php artisan vendor:publish --provider="Bestcompany\BestcompanyApi\BestcompanyApiServiceProvider" --tag="config"
Add your api key to the .env using the key from the config file.
$api = new BestcompanyApi;
$api->reviews()->all();
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The Apache License 2. Please see License File for more information.
This package was generated using the Laravel Package Boilerplate.