Una semplicissima API PHP Mastodon per l'invio di status/toot
https://mastodon.uno
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
431 B
19 lines
431 B
{
|
|
"name": "eleirbag89/mastodonbotphp",
|
|
"description": "A very simple PHP Mastodon API for sending statuses",
|
|
"type": "library",
|
|
"authors": [
|
|
{
|
|
"name": "Gabriele Grillo",
|
|
"email": "gabry.grillo@alice.it"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"minimum-stability": "alpha",
|
|
"require": {
|
|
"php": ">=5.0"
|
|
},
|
|
"autoload": {
|
|
"files": ["Mastodon.php"]
|
|
}
|
|
}
|