From 5bcb5401b7802fbc223c1d412068d8f1a15d1d22 Mon Sep 17 00:00:00 2001 From: kawax Date: Sun, 14 May 2017 12:31:28 +0900 Subject: [PATCH] Add Mastodon API for Laravel --- Using-the-API/Libraries.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Using-the-API/Libraries.md b/Using-the-API/Libraries.md index 4f389194..d62e9a3f 100644 --- a/Using-the-API/Libraries.md +++ b/Using-the-API/Libraries.md @@ -20,6 +20,7 @@ Below, a list of libraries to interact with the Mastodon API, sorted by programm | JavaScript (Browser) | [mastodon.js](https://github.com/Kirschn/mastodon.js) | | | JavaScript (Node.js) | [node-mastodon](https://github.com/jessicahayley/node-mastodon) | | | Perl | [Mastodon::Client](https://metacpan.org/pod/Mastodon::Client) | [@jjatria@mastodon.cloud](https://mastodon.cloud/@jjatria) | +| PHP | [Mastodon API for Laravel](https://github.com/kawax/laravel-mastodon-api) | | | PHP | [Mastodon-api-php](https://github.com/yks118/Mastodon-api-php) | | | PHP | [MastodonOAuthPHP](https://github.com/TheCodingCompany/MastodonOAuthPHP) | | | PHP | [Phediverse Mastodon REST Client](https://github.com/phediverse/mastodon-rest) | |