Looking to hire Laravel developers? Try LaraJobs

hubspot-laravel maintained by sharefaithdev

Description
HubSpot API wrapper for Laravel 5.5+.
Authors
Michael Slowik - Sharefaith
Last update
2020/10/26 23:35 (dev-master)
License
Links
Downloads
6
Tags

Comments
comments powered by Disqus

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