My first package for Laravel. fungku/laravel-hubspot-api
Any tips, pointers, or advice appreciated.
$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.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community