bestcompany/bestcompany-api

Bestcompany API Wrapper for PHP

v0.5.0.0 2023-08-28 04:21 UTC

README

Latest Version on Packagist Total Downloads GitHub Actions

This is a package to interact with the bestcompany api.

Installation

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.

Usage

$api = new BestcompanyApi;

$api->reviews()->all();

If you discover any security related issues, please email technology@bestcompany.com instead of using the issue tracker.

Credits

License

The Apache License 2. Please see License File for more information.

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.