cancel
Showing results for 
Search instead for 
Did you mean: 

Is PHP automation client deprecated with nuxeo LTS 2019

pnux_
Confirmed Champ
Confirmed Champ

Hi,

I use Nuxeo LTS 2019 and i plan to use PHP automation client to communicate with Nuxeo. Is it the right way ? what about the rest API ?

I saw in the documentation that "The Nuxeo Java Client is a Java client library for Nuxeo** Automation** and REST API." but php client seems to use only automation.

I don't want to go with an obsolete client. What does Nuxeo Team advise?

Thank you

1 ACCEPTED ANSWER

Pierre-Gildas_M
Confirmed Champ
Confirmed Champ

Hi, The PHP Automation client has be renamed as Nuxeo PHP Client and you can perfectly use it with LTS 2019. With the PHP Client 2.0.0 you can use Nuxeo Automation API but also the Repository API, Workflow API & UserManagement API. The documentation is missing but you can find detailed usage in the tests folder of the PHP client:

Regards,

Pierre-Gildas

View answer in original post

2 REPLIES 2

Pierre-Gildas_M
Confirmed Champ
Confirmed Champ

Hi, The PHP Automation client has be renamed as Nuxeo PHP Client and you can perfectly use it with LTS 2019. With the PHP Client 2.0.0 you can use Nuxeo Automation API but also the Repository API, Workflow API & UserManagement API. The documentation is missing but you can find detailed usage in the tests folder of the PHP client:

Regards,

Pierre-Gildas

Thank you for your help and your precise and complete answer.