Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nekufa committed Oct 14, 2024
1 parent b8df503 commit 0da15dd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Tarantool temporal
[![License](https://poser.pugx.org/tarantool/temporal/license.png)](https://packagist.org/packages/tarantool/temporal)
[![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.

0 comments on commit 0da15dd

Please sign in to comment.