I'm trying to do a very simple:
require_once 'vendor/google/src/Google/Client.php';
require_once 'vendor/google/src/Google/Service/Plus.php';
...and I get this error:
require_once(Google/Auth/AssertionCredentials.php): failed to open stream: No such file or directory
Why?
I'm using the latest version available on https://github.com/google/google-api-php-client and seems that in Client.php each require_once uses a wrong path... or not?
Any help will be greatly appreciated!
Thanks a lot,
Niccolò