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

I follow this steps: - Use client->store()->search() to search a game - When I have the game: $game->fetch() to get all its data But there is no data about if...

``` [11-Jan-2022 22:01:03 UTC] PHP Deprecated: Return type of Tustin\PlayStation\Iterator\AbstractApiIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in...

Both `avatarUrl` and `avatarUrls` return this error `Invalid argument supplied for foreach on line 160 in tustin/psn-php/src/Model/User.php` when using `search()` on 3.0.

wontfix

1. all online accounts im gived status offline. 2. How check all trophies for game by id this game or name (if this game dont owned me or user)?

wontfix

Hello, This isn't really an issue, so I don't know if it's OK for me to ask my question here. Please let me know if I should post this somewhere...

wontfix

# Languages The `languages` were using the property `languagesUsed` to pluck the languages, just a change for the new property value of `languages` solves the problem. # Deprecated methods The...

wontfix

With the release of the brand new PSN app redesign, it's time to talk API. Not only did they revamp the UI, but they also completely revamped the backend API....

Hi, good morning, I found this problem when I use the API. I got the token I can consult almost all the information, when I put the next code: `$games...

bug
help wanted

Hello, I would like to know if the API has the possibility to search for a specific game of a user since the given method of the API by name...

For some reason, I can't get these two values at once. And which one I get data from is depending on which one gets called first. ``` $trophy->earnedDateTime(); // Will...