From 83f19e5f4d8be08e117c47df4cf1c82170aa0c9e Mon Sep 17 00:00:00 2001 From: Funky Waddle Date: Sun, 15 Feb 2026 12:38:56 -0600 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d4aee1a..ace7f38 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ A high-performance, modular PHP routing engine designed for professional-grade applications. It prioritizes developer experience, architectural purity, and interoperability through PSR-7 support. +![CI](https://github.com/getphred/atlas/actions/workflows/ci.yml/badge.svg) +![Packagist](https://img.shields.io/packagist/v/getphred/atlas.svg) +[![Total Downloads](https://img.shields.io/packagist/dt/getphred/atlas.svg?style=flat-square)](https://packagist.org/packages/getphred/atlas) +[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md) + ## Features - **Fluent API**: Expressive and chainable route definitions.