How to integrate infusionsoft-php-sdk in cakephp3

86 Views Asked by At

I want to create a contact in infusionsoft from cakephp code, I have put infusionsoft sdk inside vender folder and call include file in my controller but it giving error when creating object of infusionsoft.

1

There are 1 best solutions below

0
On

I have resolved error myself by simply write use classname;

Classname is which object we want to create in controller.