api-client-php icon indicating copy to clipboard operation
api-client-php copied to clipboard

PHP library with ready-to-use LiveChat API implementation.

Results 5 api-client-php issues
Sort by recently updated
recently updated
newest added

There were a number of places where the URLs were wrong, unsecure or redirected.

Peer verification should ALWAYS be enabled. Disabling it prevents authenticity checks and allows anyone with a certificate to impersonate livechat in a man in the middle attack. - https://secure.php.net/manual/en/function.curl-setopt.php#110457 -...

For EU servers you need to change const BASE_API_URL = 'https://api-fra.livechatinc.com/';

Do you think you could add a little note in the documentation for the Reports Method that specifies that `$type` should include the full URI, not just the report name?...