springboardvr/hubspot-laravel

HubSpot API wrapper for Laravel 5.5+.
14,516 2
Install
composer require springboardvr/hubspot-laravel
Latest Version:1.2.0
PHP:^7.0
License:MIT
Last Updated:Mar 17, 2020
Links: GitHub  ·  Packagist
Maintainer: springboardVR

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

Related Packages

inspirapuntodo/hubspot-for-laravel

Hubspot for Laravel allows you to interact with the official hubspot PHP Api Cli...

2,156 0
php-tmdb/laravel

Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the...

53,315 160
artdarek/oauth-4-laravel

OAuth Service Provider for Laravel 4

523,362 677
oriceon/oauth-5-laravel

OAuth Service Provider for Laravel 5

1,671,889 174