bestcompany / bestcompany-api
Bestcompany API Wrapper for PHP
Installs: 4 040
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 2
Open Issues: 0
Requires
- php: ^8.2
- guzzlehttp/guzzle: ^7.7
- illuminate/support: ^11.0.0
Requires (Dev)
- orchestra/testbench: ^9.2
- phpunit/phpunit: ^10.3
- vlucas/phpdotenv: ^5.5
- dev-main
- 3.x-dev
- 0.6.0.0
- v0.5.0.0
- v0.4.0.4
- v0.4.0.3
- v0.4.0.2
- v0.4.0.1
- v0.4.0.0
- v0.3.3.0
- v0.3.2.0
- v0.3.1.0
- v0.3.0.10
- v0.3.0.9
- v0.3.0.8
- v0.3.0.7
- v0.3.0.6
- v0.3.0.5
- v0.3.0.4
- v0.3.0.3
- v0.3.0.2
- v0.3.0.1
- v0.3.0.0
- v0.2.9.9
- v0.2.9.8
- v0.2.9.7
- v0.2.9.6
- v0.2.9.5
- v0.2.9.4
- v0.2.9.3
- v0.2.9.2
- v0.2.9.1
- v0.2.9
- v0.2.8
- v0.2.7
- v0.2.6
- v0.2.5
- v0.2.4
- v0.2.3
- v0.2.2
- v0.2.1
- v0.2.0
- v0.1.4
- v0.1.3
- v0.1.2
- v0.1.1
- dev-adding-company-promotional-url
This package is auto-updated.
Last update: 2024-10-31 00:21:26 UTC
README
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.