The documentation specify that the client works with PHP >= 5.4.0. But classes ScopeValidator and TokenFetcher define array constants, which are only supported in PHP >= 5.6.0.
This throws the following error: Arrays are not allowed in class constants.