2017 © Pedro Peláez
 

library laravel-hubspot

PHP HubSpot API wrapper for Laravel 5

image

fungku/laravel-hubspot

PHP HubSpot API wrapper for Laravel 5

  • Thursday, July 14, 2016
  • by ryanwinchester
  • Repository
  • 3 Watchers
  • 10 Stars
  • 18,708 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 12 Versions
  • 38 % Grown

The README.md

Easy to use HubSpot API in Laravel 4

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

PHP HubSpot API package for Laravel 4, (*2)

Most of the hard-working code is modified classes from HubSpot/haPiHP., (*3)

Setup

In composer.json:, (*4)

"require": {
    "fungku/laravel-hubspot": "1.1.*"
}

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

Open app/config/app.php and add this to the providers array:, (*6)

'Fungku\HubSpot\HubSpotServiceProvider',

TO SET YOUR API KEY:, (*7)

Run the following command: $ php artisan config:publish fungku/laravel-hubspot, (*8)

This will generate a config file to: app/config/packages/fungku/laravel-hubspot/api.php, (*9)

You can then update this file with your api key from HubSpot and set the user agent., (*10)

You could also set an environment variable called, HUBSPOT_APIKEY, (*11)

Examples

Contacts:

$contacts = HubSpot::contacts();

// Get 100 contacts
$contacts->get_all_contacts(array('count'=>100));

// Get a contact by email address
$contacts->get_contact_by_email('example@somedomain.com');

Lists

$lists = HubSpot::lists();

// Get 20 lists
$lists->get_lists(array('count'=>20));

The Versions

14/07 2016

dev-develop

dev-develop

PHP HubSpot API wrapper for Laravel 5

  Sources   Download

Apache-2.0

The Requires

 

29/08 2014

dev-master

9999999-dev

PHP HubSpot API wrapper for Laravel 4

  Sources   Download

Apache-2.0

The Requires

 

by fungku

03/07 2014

v1.1.1

1.1.1.0

PHP HubSpot API wrapper for Laravel 4

  Sources   Download

Apache-2.0

The Requires

 

18/06 2014

v1.1.0

1.1.0.0

PHP HubSpot API wrapper for Laravel 4

  Sources   Download

Apache-2.0

The Requires

 

18/06 2014

v1.0.5

1.0.5.0

PHP HubSpot API wrapper for Laravel 4

  Sources   Download

Apache-2.0

The Requires

 

18/06 2014

v1.0.4

1.0.4.0

PHP HubSpot API wrapper for Laravel 4

  Sources   Download

Apache-2.0

The Requires

 

18/06 2014

v1.0.3

1.0.3.0

PHP HubSpot API wrapper for Laravel 4

  Sources   Download

Apache-2.0

The Requires

 

18/06 2014

v1.0.2

1.0.2.0

PHP HubSpot API wrapper for Laravel 4

  Sources   Download

Apache-2.0

The Requires

 

18/06 2014

v1.0.1

1.0.1.0

PHP HubSpot API wrapper for Laravel 4

  Sources   Download

Apache-2.0

The Requires

 

18/06 2014

v0.9.2

0.9.2.0

PHP HubSpot API wrapper for Laravel 4

  Sources   Download

Apache-2.0

The Requires

 

18/06 2014

v0.9.1

0.9.1.0

PHP HubSpot API wrapper for Laravel 4

  Sources   Download

Apache-2.0

The Requires

 

by fungku

18/06 2014

v0.9

0.9.0.0

PHP HubSpot API wrapper for Laravel 4

  Sources   Download

Apache-2.0

The Requires

 

by fungku