springboardvr/hubspot-laravel

HubSpot API wrapper for Laravel 5.5+.

1.2.0 2020-03-17 16:55 UTC

This package is auto-updated.

Last update: 2024-04-18 02:21:50 UTC


README

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();