Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Brief introduction #10

Merged
merged 1 commit into from
Dec 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Skeleton PHP
# Communicates with Alibaba Cloud Tablestore

[![Run Tests](https://github.com/lizhineng/skeleton-php/actions/workflows/run-tests.yaml/badge.svg)](https://github.com/lizhineng/skeleton-php/actions/workflows/run-tests.yaml)
[![Run Tests](https://github.com/dew-serverless/tablestore-php/actions/workflows/run-tests.yaml/badge.svg)](https://github.com/dew-serverless/tablestore-php/actions/workflows/run-tests.yaml)
[![Latest Version](https://img.shields.io/packagist/v/dew-serverless/tablestore-php)](https://github.com/dew-serverless/tablestore-php)
[![Total Downloads](https://img.shields.io/packagist/dt/dew-serverless/tablestore-php)](https://github.com/dew-serverless/tablestore-php)
[![License](https://img.shields.io/packagist/l/dew-serverless/tablestore-php)](https://github.com/dew-serverless/tablestore-php)

Tablestore is a serverless NoSQL database developed by Alibaba Cloud. The package helps you integrate your application with the service seamlessly using a developer-friendly and expressive API.

## Documentation

Checkout the documentation at [Wiki](https://github.com/dew-serverless/tablestore-php/wiki).