sharefaithdev / hubspot-laravel
此包已被放弃,不再维护。没有建议的替代包。
Laravel 5.5+ 的 HubSpot API 包装器。
v3.0.0
2020-10-26 22:35 UTC
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 包装器 for Laravel 5.5+
安装
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();