# New PHP API library

**URL:** https://meta.discourse.org/t/new-php-api-library/149758
**Category:** Development
**Created:** [April 29, 2020, 11:44am UTC](https://meta.discourse.org/t/new-php-api-library/149758 "2020-04-29T11:44:27Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![pnoeric](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pnoeric/32/177144_2.png) [@pnoeric](https://meta.discourse.org/u/pnoeric)
#### Post date: [April 29, 2020, 11:44am UTC](https://meta.discourse.org/t/new-php-api-library/149758/1 "2020-04-29T11:44:27Z")

</div>

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](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. ❤

Enjoy!

---

<div class="post-metadata">

### Author: ![ChrisTucker](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/christucker/32/274331_2.png) [@ChrisTucker](https://meta.discourse.org/u/ChrisTucker)
#### Post date: [September 30, 2022, 8:44pm UTC](https://meta.discourse.org/t/new-php-api-library/149758/2 "2022-09-30T20:44:52Z")

</div>

So, I just tried your library and it doesn’t seem to be manipulating data. Has there been an update on Discourse’s side since your 2020 release? I can manipulate my data directly using Postman, but not through my script using your library. Before I set about reinventing the wheel, I’d be curious to know if there’s an update forthcoming. Thanks!
