Skip to content

Commit 9866bc3

Browse files
Add packagist
1 parent 385952a commit 9866bc3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
</a>
55
</p>
66

7+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/jandersongarcia/echoapi.svg)](https://packagist.org/packages/jandersongarcia/echoapi)
8+
[![Total Downloads](https://img.shields.io/packagist/dt/jandersongarcia/echoapi.svg)](https://packagist.org/packages/jandersongarcia/echoapi)
9+
710
# EchoAPI – Lightweight PHP Microstack for REST APIs
811

912
**EchoAPI** is a minimalist microstack designed for developers who want to build RESTful APIs in PHP with speed, clean structure, and low coupling.
@@ -114,6 +117,16 @@ This will automatically import the `auth-migrations.sql` during container startu
114117
115118
---
116119

120+
## 📦 Install via Composer
121+
122+
```bash
123+
composer require jandersongarcia/echoapi
124+
```
125+
126+
More details: [https://packagist.org/packages/jandersongarcia/echoapi](https://packagist.org/packages/jandersongarcia/echoapi)
127+
128+
---
129+
117130
## 🚀 Manual Installation
118131

119132
```bash
@@ -346,3 +359,4 @@ ERROR_NOTIFY_CATEGORIES=critical,error,alert
346359

347360
**MIT License**
348361
Developed by [Janderson Garcia](https://github.com/jandersongarcia)
362+

0 commit comments

Comments
 (0)