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 was using earnedRate() function yesterday and was working fine, but now, I get 0 for every trophy linked to a player, do you know if this a temporary issue...

Is it possible to get all the trophies for all the games?

Is there anyway to find out if a `title_id` owned by a user is a game, demo or another application?

Hello, I'm using the Tustin's PlayStation Network PHP library and running into an issue when I use the search method to retrieve users that match a specific criteria. Here's my...

I am getting my refresh token with this code for now: ` $client = new Client(); $client->loginWithNpsso("npssotoken"); $refreshToken = $client->getRefreshToken()->getToken(); Log::error( $refreshToken ); ` Then I save that refresh token...

I'm not 100% sure, but it looks like _isOnline_ method doesn't work. It's always return _false_ _hasPlus_ method seems to work fine. Thank you!

wontfix

Hi there, Is it just me or the PlayTime aren't updated anymore ? psn-php seems to fetch the data, but they're stuck at some point. They don't change anymore. Is...

wontfix

I would like to know if every 60 minutes I need to redo the whole process to get a new Npsso code? That is, every 60 minutes do I need...

wontfix

Hi. I've recently started getting the following error: Uncaught InvalidArgumentException: Offset 128 does not exist in /vendor/tustin/psn-php/src/Iterator/AbstractApiIterator.php:132 Stack trace: #0 /vendor/tustin/psn-php/src/Iterator/UsersSearchIterator.php(53): Tustin\PlayStation\Iterator\AbstractApiIterator->getFromOffset(128) #1 Tustin\PlayStation\Iterator\UsersSearchIterator->current() #2 {main} thrown in /vendor/tustin/psn-php/src/Iterator/AbstractApiIterator.php on...

Hello, I'm trying to use this API again, and thanks in advance for this work. I want to use AccountID of every user instead of "onlineId", and the problem is...