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