New PHP API library

Hi all, I’ve been working on my PHP library to talk to the Discourse API and I think it’s ready for production.

https://github.com/pnoeric/discourse-api-php

This is based on a bunch of other PHP Discourse API libraries I found, though none of them seemed up to date, and were lacking many useful methods, test suites, etc.

I also added it to Packagist so you can easily install it with composer.

I am open to feedback and suggestions, but I really love pull requests. :heart:

Enjoy!

14 个赞

我刚试用了你们的库,它似乎并没有在操作数据。自你们 2020 年发布以来,Discourse 方面有更新吗?我可以直接使用 Postman 操作我的数据,但无法通过你们库的脚本来操作。在我开始重新发明轮子之前,我想知道是否有即将发布的更新。谢谢!