Skip to content

Commit b31c348

Browse files
Update description and tags
1 parent cd8e2e2 commit b31c348

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

composer.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
{
22
"name": "mkd/laravel-fast-api",
3-
"description": "Laravel package for generating and verifying One-Time Passwords (OTPs) using TOTP (Time-based One-Time Password) and HOTP (HMAC-based One-Time Password) algorithms.",
3+
"description": "Laravel FastAPI is a PHP attribute-based routing package designed to streamline API development. It enables developers to define routes, methods, and middlewares directly within their controllers using simple PHP attributes. By reducing the complexity of traditional route definition, Laravel FastAPI improves code organization and enhances performance with route caching. Perfect for developers looking to build clean, efficient APIs in Laravel.",
44
"keywords": [
5-
"laravel"
5+
"laravel",
6+
"FastAPI",
7+
"PHP Attributes",
8+
"API Routing",
9+
"Route Caching",
10+
"Middleware",
11+
"Laravel Packages",
12+
"API Development"
613

714
],
815
"homepage": "https://github.com/mustafakhaleddev/laravel-fast-api",

0 commit comments

Comments
 (0)