Looking to hire Laravel developers? Try LaraJobs

hubspot-laravel maintained by springboardvr

Description
HubSpot API wrapper for Laravel 5.5+.
Author
Michael Slowik
Last update
2020/03/17 17:55 (dev-master)
License
Links
Downloads
14 426
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();