springboardvr / hubspot-laravel
HubSpot API wrapper for Laravel 5.5+.
Installs: 13 791
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 6
Forks: 2
Open Issues: 0
Requires
- php: ^7.0
- hubspot/hubspot-php: ~1.0
- illuminate/support: 5.7.* || 5.8.* || ^6.0 || ^7.0
This package is auto-updated.
Last update: 2024-11-18 03:43:31 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();