2017 © Pedro Peláez
 

library hubspot

HubSpot PHP API client (wrapper for haPiHP)

image

fungku/hubspot

HubSpot PHP API client (wrapper for haPiHP)

  • Monday, October 19, 2015
  • by ryanwinchester
  • Repository
  • 2 Watchers
  • 10 Stars
  • 90,697 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 7 Forks
  • 1 Open issues
  • 8 Versions
  • 16 % Grown

The README.md

HubSpot PHP API client

haPiHP wrapper

Latest Stable Version Total Downloads Scrutinizer Code Quality License, (*1)

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)

Setup

In composer.json:, (*3)

"require": {
    "fungku/hubspot": "1.0.*"
}

then run composer install or composer update, (*4)

Example

$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)

haPiHP

Overview

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)

Contributors

The Versions

19/10 2015

dev-master

9999999-dev

HubSpot PHP API client (wrapper for haPiHP)

  Sources   Download

Apache-2.0

The Requires

  • php >=5.3.0

 

by fungku

18/10 2015

v1.0.5

1.0.5.0

HubSpot PHP API client (wrapper for haPiHP)

  Sources   Download

Apache-2.0

The Requires

  • php >=5.3.0

 

by fungku

18/10 2015

v1.0.4

1.0.4.0

HubSpot PHP API client (wrapper for haPiHP)

  Sources   Download

Apache-2.0

The Requires

  • php >=5.3.0

 

by fungku

19/08 2014

v1.0.3

1.0.3.0

HubSpot PHP API client

  Sources   Download

Apache-2.0

The Requires

  • php >=5.3.0

 

by fungku

03/07 2014

v1.0.2

1.0.2.0

HubSpot PHP API client

  Sources   Download

Apache-2.0

The Requires

  • php >=5.3.0

 

20/06 2014

dev-feature/composer-package

dev-feature/composer-package

haPiHP - HubSpot PHP API client

  Sources   Download

Apache-2.0

The Requires

  • php >=5.3.0

 

18/06 2014

v1.0.1

1.0.1.0

HubSpot PHP API client

  Sources   Download

Apache-2.0

The Requires

  • php >=5.3.0

 

17/06 2014

v1.0.0

1.0.0.0

HubSpot PHP API client

  Sources   Download

Apache-2.0

The Requires

  • php >=5.3.0