Skip to content
This repository has been archived by the owner on Apr 15, 2021. It is now read-only.

doesn't work on Wamp server #9

Open
morsi77 opened this issue Jan 7, 2019 · 0 comments
Open

doesn't work on Wamp server #9

morsi77 opened this issue Jan 7, 2019 · 0 comments

Comments

@morsi77
Copy link

morsi77 commented Jan 7, 2019

Hello, I'm sorry but i can't test the code on windows platform.
When i create index.php and write :
`<?php
$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
));

?>`

i have error Class 'Fungku\HubSpot' not found

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant