Support the ongoing development of Laravel.io →
posted 11 years ago
Packages

My first package for Laravel. fungku/laravel-hubspot-api

Any tips, pointers, or advice appreciated.

Usage example

$contacts = HubSpot::contacts();

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

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

Hope it is helpful to someone.

Last updated 3 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.