sharefaithdev/hubspot-laravel

This package is abandoned and no longer maintained. No replacement package was suggested.

HubSpot API wrapper for Laravel 5.5+.

v3.0.0 2020-10-26 22:35 UTC

This package is not auto-updated.

Last update: 2024-04-12 15:16:20 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();