Download the PHP package revolution/laravel-mastodon-api without Composer
On this page you can find all versions of the php package revolution/laravel-mastodon-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download revolution/laravel-mastodon-api
More information about revolution/laravel-mastodon-api
Files in revolution/laravel-mastodon-api
Download revolution/laravel-mastodon-api
More information about revolution/laravel-mastodon-api
Files in revolution/laravel-mastodon-api
Vendor revolution
Package laravel-mastodon-api
Short Description Mastodon API for Laravel
License MIT
Package laravel-mastodon-api
Short Description Mastodon API for Laravel
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-mastodon-api
Mastodon API for Laravel
Requirements
- PHP >= 8.2
- Laravel >= 11.0
Installation
Composer
Usage
Registering an application
By Web UI
- Go to your Mastodon's user preferences page.
- Go to development page.
By API
OAuth authentication
Use https://github.com/kawax/socialite-mastodon
Save account info.(id
, token
, username
, acct
...and more.)
Get statuses
Get one status
Post status
Any API by get
or post
method
Any API can call by call
method
Other methods
Check public methods in Contracts/Factory.php
Streaming API
Edit $token
and $url
in streaming_example.php
Ctrl+C
to quit.
LICENSE
MIT
All versions of laravel-mastodon-api with dependencies
PHP Build Version
Package Version
The package revolution/laravel-mastodon-api contains the following files
Loading the files please wait ....