sharefaithdev / hubspot-laravel
HubSpot API wrapper for Laravel 5.5+.
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 2
pkg:composer/sharefaithdev/hubspot-laravel
Requires
- php: ^7.0
- hubspot/hubspot-php: ~3.0
- illuminate/support: 5.7.* || 5.8.* || ^6.0 || ^7.0 || ^8.0
This package is not auto-updated.
Last update: 2024-04-12 15:16:20 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();