springboardvr/hubspot-laravel

适用于Laravel 5.5+的HubSpot API包装器。

1.2.0 2020-03-17 16:55 UTC

This package is auto-updated.

Last update: 2024-09-18 03:21:01 UTC


README

适用于Laravel 5.5+的HubSpot API包装器

安装

composer require springboardVR/hubspot-laravel

在.env文件中设置HUBSPOT_API。

配置

运行php artisan vendor:publish --tag=hubspot-config以发布config/hubspot.php。

用法

此包基于https://github.com/ryanwinchester/hubspot-php,示例

$response = HubSpot::contacts()->all();