Code Monkey home page Code Monkey logo

Comments (7)

wolfy-j avatar wolfy-j commented on June 3, 2024 2

Hi, we currently wait for go-sdk release since we did few internal changes. It should be available for test within a week or so.

from sdk-php.

SerafimArts avatar SerafimArts commented on June 3, 2024 1

You should wait for the beta/release and then use the documentation: https://docs.temporal.io/docs/php-sdk-overview

Or compile the supervisor from the master branch: https://github.com/temporalio/roadrunner-temporal He will do the work of starting the workflow and/or activities using PHP Worker configuration.

from sdk-php.

wolfy-j avatar wolfy-j commented on June 3, 2024 1

Hi, you can find working samples and instructions here: https://github.com/temporalio/samples-php

from sdk-php.

SerafimArts avatar SerafimArts commented on June 3, 2024

Lack of connection means that you are running the workflow outside the supervisor's environment: https://github.com/temporalio/roadrunner-temporal

from sdk-php.

ru90 avatar ru90 commented on June 3, 2024

how to run this alongside with temporal. I include this php temporal in my laravel project

from sdk-php.

ru90 avatar ru90 commented on June 3, 2024

You should wait for the beta/release and then use the documentation: https://docs.temporal.io/docs/php-sdk-overview

Or compile the supervisor from the master branch: https://github.com/temporalio/roadrunner-temporal He will do the work of starting the workflow and/or activities using PHP Worker configuration.

I tried it by built it but got built error regarding versioning. error also it( https://github.com/temporalio/roadrunner-temporal)seems to be is development phase

from sdk-php.

wolfy-j avatar wolfy-j commented on June 3, 2024

If you are familiar with Golang you can test it by yourself.

Go to https://github.com/temporalio/roadrunner-temporal
Download go-sdk master and make sure that go.mod points to it https://github.com/temporalio/roadrunner-temporal/blob/master/go.mod#L22

Then you can follow the test instructions. If tests pass - you can build a file in the cmd directory and use .rr.yaml to run your workflows and activities.

Obviously, we will try to make it as easy as possible after finishing the release. With no need to build anything, we plan RR to include Temporal by default and be downloadable via composer.

However, you still need to make sure to install the GRPC extension to PHP in order to use the Temporal SDK client (which can work without host process).

from sdk-php.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.