sdk-php
sdk-php copied to clipboard
[Feature Request] Add API reference
I see the docs at https://docs.temporal.io/php/introduction/ but is there a structured list of functions etc that the package provides?
Hey @lorensr 👋🏻 Is this still actual? As far as I understand, there is no such docs for other SDKs, am I right?
It remains something I would find useful.
They do have them:
- http://t.mp/ts-api
- http://t.mo/py-api
- http://t.mp/go-api
- http://t.mp/java-api
- http://dotnet.temporal.io
I think, for the PHP should be used phpdoc: https://www.phpdoc.org/
If you add a step to CI that uses phpdoc to generate html, I can add a step that publishes it to php.temporal.io
On Fri, Sep 1, 2023 at 7:37 PM Valery Piashchynski @.***> wrote:
I think, for the PHP should be used phpdoc: https://www.phpdoc.org/
— Reply to this email directly, view it on GitHub https://github.com/temporalio/sdk-php/issues/213#issuecomment-1703517360, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAB5LGF6DVGVZN42ZXQTRODXYJWT7ANCNFSM54XYHYGA . You are receiving this because you were mentioned.Message ID: @.***>
@wolfy-j We'll soon have things set up for you to start publishing API docs once you're ready. To publish from CI, you just need to generate the docs and then:
npx vercel deploy path/to/generated/docs -t ${{ secrets.VERCEL_TOKEN }} --name php --scope temporal --prod --yes
(The token's already set in the repo secrets.)
Our IT folks just need to finish up a couple things to get the domain ready (hopefully will be done by the time you read this).
Looks like we can close this? https://php.temporal.io/
Looks like we can close this? https://php.temporal.io/
Waiting merging https://github.com/temporalio/sdk-php/pull/408 The issue will be closed automatically