Как войти через Google Plus в PHP - PullRequest
0 голосов
/ 10 января 2019

Неустранимая ошибка: класс 'Google_client' не найден

<?php  
    require_once "Google/vendor/autoload.php";
    $client = new Google_client();
    $client->setAuthConfig("client_credentials.json");
    $client->addScope(Google_Service_Oauth2::PLUS_LOGIN);
    $client->setScopes(array('https://www.googleapis.com/auth/userinfo.email','https://www.googleapis.com/auth/userinfo.profile'));
    $client->setRedirectUri("http://www.georeachtech.com/garagenu/gmail.php");
?>
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...