Skip to content

Commit

Permalink
readme: add packagist badge
Browse files Browse the repository at this point in the history
  • Loading branch information
roydejong authored Jun 28, 2024
1 parent a4f30f0 commit e4b1369
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Instarecord
**✨ A hyper productive ORM for PHP.**

[![Packagist Version](https://img.shields.io/packagist/v/softwarepunt/instarecord?logo=packagist)](https://packagist.org/packages/softwarepunt/instarecord)
[![PHPUnit](https://github.com/SoftwarePunt/instarecord/actions/workflows/phpunit.yml/badge.svg)](https://github.com/SoftwarePunt/instarecord/actions/workflows/phpunit.yml)

Instarecord makes it super easy and fun to work with MySQL databases in PHP. It's fast and intuitive, and loaded with optional features to make your life easier.
Expand Down Expand Up @@ -123,4 +124,4 @@ $carsPerYear = Instarecord::query()
->from('cars')
->groupBy('year')
->queryKeyValueArray(); // [2005 => 10, 2006 => 5, ..]
```
```

0 comments on commit e4b1369

Please sign in to comment.