Replies: 2 comments 1 reply
-
|
Thanks for bringing this up! 👋 Currently, if there’s no official PHP SDK available, a common approach is to manually implement the client using available protocol documentation. You might consider:
If you can share more details about the specific challenges you're facing while implementing the client, I’d be happy to help further! |
Beta Was this translation helpful? Give feedback.
-
|
Hi xepozz, currently the main SDKs tend to be ones that have some amount of production usage due to one of the larger agent or client teams using and supporting it. We'd be happy to put yours on our community library page and if it gets adoption and a group of maintainers we'd be happy to talk about moving it to a more "official" position. We just also want to make sure we have a group of people to maintain an official one. Because it has been many years since I have written any PHP and I don't think I personally could provide support :D Hopefully that makes sense! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey! I've been integrating ACP into a PHP project and had to implement the client protocol manually since there's no PHP SDK yet. It works, but having a proper SDK would've saved quite a bit of time debugging param structures and update types.
Are there any plans to add PHP support? I'd be happy to contribute if that would be helpful.
Beta Was this translation helpful? Give feedback.
All reactions