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 Mi Piace

Quindi, ho appena provato la tua libreria e non sembra manipolare i dati. C’è stato un aggiornamento da parte di Discourse dopo il tuo rilascio del 2020? Posso manipolare i miei dati direttamente usando Postman, ma non tramite il mio script usando la tua libreria. Prima di mettermi a reinventare la ruota, sarei curioso di sapere se è in arrivo un aggiornamento. Grazie!