How to use PHP in Camunda?

Hello everyone. I am new in Camunda and also in PHP and I hope my post is at the right place.
I try to explain my problem:

For a project I work with Tomcat and an Oracle database. Now, my task is to list all customers of a table and to show them in the tasklist. I think I can do it with a PHP List. But I know that Tomcat doesn’t support by default PHP. Unfortunately, I did not understand the answers here and the instructions that come in the official page.

I hope you understand my question and can help me.
Sorry for my bad English.

Thank you!

Hello @MarcB,

I am not very familiar with PHP but I think this will be helpful in your case.
Your scenario/task is not clear to me. Could you please explain it in more details. What do you mean by

I didn’t get it. List users maybe…?
$userRequest = new \org\camunda\php\sdk\entity\request\UserRequest();
(once again PHP is not my thing :slight_smile: but I hope that it will help you.)

I think another option is to use the REST API.

You mentioned some instructions, could you please share the link.

Best regards,
Yana