springboardvr / hubspot-laravel
适用于Laravel 5.5+的HubSpot API包装器。
1.2.0
2020-03-17 16:55 UTC
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-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();