v1.0.2
1.0.2.0HubSpot PHP API client
Apache-2.0
The Requires
- php >=5.3.0
v1.0.1
1.0.1.0HubSpot PHP API client
Apache-2.0
The Requires
- php >=5.3.0
v1.0.0
1.0.0.0HubSpot PHP API client
Apache-2.0
The Requires
- php >=5.3.0
Wallogit.com
2017 © Pedro Peláez
HubSpot PHP API client (wrapper for haPiHP)
If you want to use the new COS or v2 endpoints, I am writing a completely new api client: https://github.com/fungku/hubspot-php, (*2)
In composer.json:, (*3)
"require": {
"fungku/hubspot": "1.0.*"
}
then run composer install or composer update, (*4)
$hapikey = "demo";
$hubspot = new Fungku\HubSpot($hapikey);
// get 5 contacts' firstnames, offset by 50
$contacts = $hubspot->contacts()->get_all_contacts(array(
'count' => 5, // defaults to 20
'property' => 'firstname', // only get the specified properties
'vidOffset' => '50' // contact offset used for paging
));
Note: The Hubspot class checks for a HUBSPOT_APIKEY environment variable if you don't include one during instantiation., (*5)
A PHP client for HubSpot's APIs. Docs for this client: https://github.com/HubSpot/haPiHP/wiki/haPiHP., (*6)
General API reference documentation: http://developers.hubspot.com/docs., (*7)
HubSpot PHP API client
Apache-2.0
HubSpot PHP API client
Apache-2.0
HubSpot PHP API client
Apache-2.0