Open source SDK for integrating Medium's OAuth2 API into your PHP application.
Medium API helps you to quickly extract data from Medium's Website (https://medium.com). You can gather data related to
- `Fixed` - Bumped Guzzle to version 7 to resolve dependency issues
- `Added` - Support for PHP8 only
- `Added` - Support for PHP7 only
- `Fixed` - Added expired date in unix timestamp for access tokens. See [#11](https://github.com/jonathantorres/medium-sdk-php/pull/11)
- `Fixed` - Convert Guzzle's `GuzzleHttp\Psr7\Stream` to a string so it can be decoded. See [#9](https://github.com/jonathantorres/medium-sdk-php…
- `Added` - Method `getRefreshToken();` to get the refresh token after authentication.
- Added methods to get publications and publication contributors. - Added method to create a post under a specific publication. - Added examples. - Up…
- First release