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

chore: Add GitHub release badge to the repository #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ Lago API allows your application to push customer information and metrics (event
PHP 7.4 and later.
Should also work with PHP 8.0.

## Current Releases

| Project | Release Badge |
|--------------------|-----------------------------------------------------------------------------------------------------|
| **Lago** | [![Lago Release](https://img.shields.io/github/v/release/getlago/lago)](https://github.com/getlago/lago/releases) |
| **OpenAPIClient-php** | [![OpenAPIClient-php Release](https://img.shields.io/github/v/release/getlago/lago-php-client)](https://github.com/getlago/lago-php-client/releases) |

### Composer

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:
Expand Down