psn-php icon indicating copy to clipboard operation
psn-php copied to clipboard

A PHP wrapper for the PSN API

Results 23 psn-php issues
Sort by recently updated
recently updated
newest added

Have well read the documents and didn't find how to change the local settings. Is there any way to set what language the api return? Like es-es zh-cn zh-tw ?...

wontfix

When I try to access the defined trophies in each trophy group of a title, I get the same result for all groups, here is a code snippet for the...

wontfix

The login with refresh token for some reason requires the Content-Type to be set. This is based on [the node library](https://github.com/achievements-app/psn-api/blob/main/src/authenticate/exchangeRefreshTokenForAuthTokens.ts). That seems to have fixed it for me in...