square/connect-php-sdk

Missing vendor/autoload.php

jabcreations opened this issue · 3 comments

There is no vendor directory provided in this SDK.

The vendor directory is created after installing Composer. If you don't use Composer, you will reference the project path directly:

require('connect-php-sdk/autoload.php');

Does anyone have a copy of v2 autoload.php?

@powderblock do you mean the autoload.php file for the PHP SDK (discussed above)? If so, you can find it in the root directory of this repo: https://github.com/square/connect-php-sdk/blob/master/autoload.php

Please let me know if I misunderstood, though.