Skip to content

Commit 6d7062b

Browse files
committed
up
1 parent e2980a7 commit 6d7062b

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

composer.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
22
"name": "bitshost/php-crud-api-generator",
3-
"description": "Automatic, configurable CRUD API generator for MySQL/MariaDB in PHP (with optional authentication)",
4-
"type": "project",
3+
"description": "Instant REST API for MySQL/MariaDB with JWT auth, rate limiting, monitoring, and zero code generation",
4+
"type": "library",
55
"license": "MIT",
6+
"keywords": ["api", "rest", "crud", "mysql", "jwt", "authentication", "rate-limiting", "monitoring", "swagger", "openapi"],
7+
"homepage": "https://github.com/BitsHost/php-crud-api-generator",
68
"minimum-stability": "stable",
7-
"authors": [
9+
"authors": [
810
{
911
"name": "Adrian D",
1012
"email": "contact@delvirai.net",
@@ -23,5 +25,9 @@
2325
},
2426
"require-dev": {
2527
"phpunit/phpunit": "^10.0"
28+
},
29+
"support": {
30+
"issues": "https://github.com/BitsHost/php-crud-api-generator/issues",
31+
"source": "https://github.com/BitsHost/php-crud-api-generator"
2632
}
2733
}

0 commit comments

Comments
 (0)