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

This package is auto-updated.

Last update: 2024-10-06 21:09:37 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: