Skip to content

Commit aa3d872

Browse files
committed
Adding Logo
1 parent 43e3fb0 commit aa3d872

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
<p align="center">
2+
<img src="art/queryguard-logo.png" alt="QueryGuard" width="300px"/>
3+
</p>
4+
5+
<p align="center">
6+
<strong>Zero-config CI gate for Laravel query regressions.</strong><br/>
7+
Baseline query counts per test, surface N+1 patterns, and fail builds when tests drift — without manual per-test assertions.
8+
</p>
9+
10+
<p align="center">
11+
<img src="https://img.shields.io/badge/Laravel-9%20%7C%2010%20%7C%2011%20%7C%2012%20%7C%2013-red?style=flat-square&logo=laravel" alt="Laravel"/>
12+
<img src="https://img.shields.io/badge/PHP-8.2%2B-777BB4?style=flat-square&logo=php" alt="PHP"/>
13+
<img src="https://img.shields.io/badge/license-MIT-green?style=flat-square" alt="License"/>
14+
<img src="https://img.shields.io/badge/Sponsor-GitHub-EA4AAA?style=flat-square&logo=github-sponsors" alt="Sponsor"/>
15+
<br/><br/>
16+
<a href="https://www.buymeacoffee.com/MrMarchOne"><img src="https://img.shields.io/badge/Buy%20Me%20a%20Coffee-MrMarchOne-FFDD00?style=flat-square&logo=buy-me-a-coffee&logoColor=black" alt="Buy Me a Coffee"/></a>
17+
</p>
18+
119
# QueryGuard
220

321
> **Zero-config CI gate for Laravel.** Auto-instruments your test suite, baselines query counts per test, and fails PRs that introduce N+1s or query regressions — without you adding a single assertion.

art/queryguard-logo.png

416 KB
Loading

0 commit comments

Comments
 (0)