Skip to content

Commit bf85283

Browse files
committed
chore: enhance composer keywords with data-access-layer and quality tags
Added keywords: - data-access-layer, dbal, sql-builder (architectural patterns) - static-analysis, type-safe (PHPStan level 8 integration) Organized keywords by logical groups for better readability
1 parent 709b0a4 commit bf85283

1 file changed

Lines changed: 16 additions & 14 deletions

File tree

composer.json

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,33 +4,35 @@
44
"type": "library",
55
"keywords": [
66
"pdo",
7-
"database",
7+
"pdodb",
8+
"pdo-db",
89
"query-builder",
10+
"sql-builder",
11+
"data-access-layer",
12+
"database-abstraction-layer",
13+
"database-abstraction",
14+
"dbal",
15+
"fluent-api",
916
"mysql",
1017
"postgresql",
1118
"sqlite",
12-
"database-abstraction",
13-
"orm",
14-
"fluent-api",
19+
"database",
1520
"prepared-statements",
16-
"sql-injection",
17-
"security",
1821
"upsert",
1922
"bulk-insert",
20-
"csv-loader",
21-
"xml-loader",
2223
"transactions",
2324
"connection-pooling",
2425
"table-locking",
26+
"csv-loader",
27+
"xml-loader",
2528
"helper-functions",
29+
"static-analysis",
30+
"type-safe",
31+
"security",
32+
"sql-injection",
2633
"php8",
27-
"modern-php",
2834
"lightweight",
29-
"portable",
30-
"cross-platform",
31-
"ci-cd",
32-
"pdodb",
33-
"pdo-db"
35+
"cross-platform"
3436
],
3537
"homepage": "https://github.com/tommyknocker/pdo-database-class",
3638
"license": "MIT",

0 commit comments

Comments
 (0)