|
| 1 | +<div align="center"> |
| 2 | + <h1 align="center">Temporal PHP Support</h1> |
| 3 | + <div>Enhance your development experience with Temporal</div> |
| 4 | +</div> |
| 5 | + |
| 6 | +<br /> |
| 7 | + |
| 8 | +The package includes attributes, helpers, factories, interfaces, interceptors, |
| 9 | +etc. to enhance the developer experience when using the [Temporal PHP SDK](https://github.com/temporalio/sdk-php). |
| 10 | + |
| 11 | + |
| 12 | +- [Installation](#installation) |
| 13 | +- [Usage](#usage) |
| 14 | +- [Contributing](#contributing) |
| 15 | + |
| 16 | +## Installation |
| 17 | + |
| 18 | +To install the package in your PHP application, add it as a dev dependency |
| 19 | +to your project using Composer: |
| 20 | + |
| 21 | +```bash |
| 22 | +composer require temporal-php/support |
| 23 | +``` |
| 24 | + |
| 25 | +[](https://packagist.org/packages/temporal-php/support) |
| 26 | +[](https://packagist.org/packages/temporal-php/support) |
| 27 | +[](LICENSE.md) |
| 28 | +[](https://packagist.org/packages/temporal-php/support) |
| 29 | + |
| 30 | + |
| 31 | +## Usage |
| 32 | + |
| 33 | +### Activity and Worker factories |
| 34 | + |
| 35 | +### VirtualPromise interface |
| 36 | + |
| 37 | +### Attributes |
| 38 | + |
| 39 | +## Contributing |
| 40 | + |
| 41 | +We believe in the power of community-driven development. Here's how you can contribute: |
| 42 | + |
| 43 | +- **Report Bugs:** Encounter a glitch? Let us know on our [issue tracker](https://github.com/temporal-php/support/issues). |
| 44 | +- **Feature Suggestions:** Have ideas to improve the package? [Create a feature request](https://github.com/temporal-php/support/issues)! |
| 45 | +- **Code Contributions:** Submit a pull request to help us improve the codebase. You can find a list of |
| 46 | + issues labeled "help wanted" [here](https://github.com/temporal-php/support/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22). |
| 47 | +- **Spread the Word:** Share your experience with the package on social media and encourage others to contribute. |
| 48 | +- **Donate:** Support our work by becoming a patron or making a one-time donation |
| 49 | + [](https://patreon.com/roxblnfk) |
| 50 | + [](https://patreon.com/butschster) |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | +<!-- |
| 56 | +
|
| 57 | +Quality badges: |
| 58 | +
|
| 59 | +[](https://github.com/temporal-php/support/actions/workflows/testing.yml?query=workflow%3Atesting%3Amaster) |
| 60 | +[](https://php.package.health/packages/temporal-php/support/dev-master) |
| 61 | +
|
| 62 | +# (tests coverage) |
| 63 | +# (types coverage) |
| 64 | +# (psalm level) |
| 65 | +# (static analysis) |
| 66 | +# (mutation) |
| 67 | +# (scrutinizer score) |
| 68 | +# (code style) |
| 69 | +--> |
0 commit comments