Infusionsoft PHP SDK setup

I’m trying to setup the SDK so i cloned the github repo and will attempt to write code in there but I can’t seem to get past the setup - When i run php files I get the error “require_once(Infusionsoft/infusionsoft.php): failed to open stream: No such file or directory”

I’ve been following the instructions on the readme as well as a kind of outdated tutorial on youtube but it’s unclear how to require the infusionsoft classes and such.

@Jesse_Davis1, there are several PHP libraries out there, but this is the one Infusionsoft maintains, and it should work. Is this the one that you cloned?

initially yes, and it was causing errors so I acutally swtiched to the Novak solutions one and the require statement worked! Thank you!