MastodonOAuthPHP Versions Save

PHP Library for Mastodon REST API

v1.0.5

7 years ago

Added post status update in all timelines (public, private etc)

v1.0.4

7 years ago

Thanks to the collaboration with Jordan we can release a better piece of code. Improved and reduced, and fixed.

Enjoy!

v1.0.3

7 years ago

Same as 1.0.2 only composer/packagist install option added

v1.0.2

7 years ago

MastodonOAuthPHP

PHP Library for Mastodon REST API

What's in it?

  • App creation.
  • Full oAuth implementation to authorize your App by users.
  • Create and get authorization token, access token, client_id, client_secret and bearer token.
  • Authenticate users
  • Get user information
  • Get user followers and following
  • Get user status

v1.0.1

7 years ago

Can do;

  • Create App
  • Authenticate App
  • Get all tokens needed (client_id, client_secret, authorization_token, access_token, bearer_token)

Have fun!