lampdev / hubspot-api-test
HubSpot API Integration Package [TEST]
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/lampdev/hubspot-api-test
Requires
- guzzlehttp/guzzle: ^7.0
This package is auto-updated.
Last update: 2025-10-06 23:07:49 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: