Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 441 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 441 Bytes

Hubspot for Laravel 5.5+

HubSpot API wrapper for Laravel 5.5+

Installation

composer require springboardVR/hubspot-laravel

Set HUBSPOT_API in .env file.

Configuration

Run php artisan vendor:publish --tag=hubspot-config to publish config/hubspot.php.

Usage

Package is based on https://github.com/ryanwinchester/hubspot-php, example:

$response = HubSpot::contacts()->all();