Psn Php Versions Save

A PHP wrapper for the PSN API

3.0.4

1 year ago
  • Updates OAuth client for refresh token login

3.0.3

1 year ago
  • Upgrades OAuth client to the new one Sony is using.

4.0.0

1 year ago

This version enforces PHP 8.1. Please only use ^4.0.0 with this version of PHP. ^3.0.0 will still be supported for the time being and works on PHP 7.4 and 8.0 (without deprecation warnings).

  • Removes myclabs/php-enum in favor of native PHP enums.
  • Utilizes constructor property promotion where appropriate (e.g. in constructors with only one or maybe two parameters; for clarity reasons).
  • Utilizes mixed type where applicable.
  • Upgrades OAuth client to the new one Sony is using.

3.0.2

1 year ago
  • Forces Haste 1.0.8 for PHP 7.4 version

3.0.1

1 year ago

Fixes API URL that gave AccessDenied errors (#218)

3.0.0

2 years ago

This releases (finally) pushes the new PlayStation API to composer. The old API is deprecated and will most likely break, so I wanted to finally push this version.

A complete refactor will be required if you are still using the 2.x version. Documentation will be updated periodically with new examples.

2.1.3

4 years ago

This release is primarily for the new login method loginWithNpsso to fix the Access Denied error using the old 2FA login method. You can view the new first login method on the docs: https://tusticles.com/psn-php/first_login.html

2.1.2

4 years ago

2.1.1

5 years ago

Adds support for the new lastOnlineDate property added to the API.

2.1

5 years ago

Various changes and fixes.