Is it possible to get a Playstation network API working on a site? I'm wanting to create a site where PSN users can join online competitions using their PSN name
Asked
Active
Viewed 1.8k times
1 Answers
9
There is a PHP wrapper for the PSN API. It is called psn-php by Tustin and is the only one I have found online that is actively maintained. Link to GitHub:

user982467
- 142
- 8
-
Maintained but extremely problematic. Not the dev's fault, but Sony keeps switching up their auth flow. Also, it should be noted that `psn-php` repo is a workaround of sorts and hence is susceptible to failures. – Anoop Santhanam Apr 12 '19 at 07:00
-
As of this writing so does this wrapper only return PS4 games when asking for a users list of games. PS3 and PS Vita is not returned. – Ragowit Oct 29 '19 at 08:38