An open API service indexing awesome lists of open source software.

https://github.com/tarantool-php/temporal


https://github.com/tarantool-php/temporal

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Tarantool temporal
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Testing](https://github.com/tarantool-php/temporal/actions/workflows/tests.yml/badge.svg)](https://github.com/tarantool-php/temporal/actions/workflows/tests.yml)
[![Latest Version](https://img.shields.io/github/release/tarantool-php/temporal.svg?style=flat-square)](https://github.com/tarantool-php/temporal/releases)
[![Total Downloads](https://img.shields.io/packagist/dt/tarantool/temporal.svg?style=flat-square)](https://packagist.org/packages/tarantool/temporal)
[![Telegram](https://img.shields.io/badge/Telegram-join%20chat-blue.svg)](https://t.me/tarantool_php)

## Getting started
Supported versions are php 8.1+ and tarantool 2+.\
The recommended way to install the library is through [Composer](http://getcomposer.org):
```bash
composer require tarantool/temporal
```

See tests folder for usage examples.