HubSpot API wrapper for Laravel 5.5+
composer require springboardVR/hubspot-laravel
Set HUBSPOT_API in .env file.
Run php artisan vendor:publish --tag=hubspot-config
to publish config/hubspot.php.
Package is based on https://github.com/ryanwinchester/hubspot-php, example:
$response = HubSpot::contacts()->all();