lampdev / hubspot-api-test
There is no license information available for the latest version (dev-main) of this package.
HubSpot API Integration Package [TEST]
dev-main
2021-04-06 12:51 UTC
Requires
- guzzlehttp/guzzle: ^7.0
This package is auto-updated.
Last update: 2025-04-06 22:11:14 UTC
README
HubSpot API Integration Package [TEST]
This package can be delivered to the project as a composer package:
composer require lampdev/hubspot-api-test
Please make sure you installed composer autoloader into your project:
require_once('vendor/autoload.php');
Initialize the HubSpot Company API Client with your API Key:
$hsClient = new \Lampdev\Hubspot\CompaniesApiClient([
'api_key' => '__INSERT_YOUR_API_KEY_HERE__'
]);
There are 2 methods available at the moment: