-
-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathcontext7.json
More file actions
44 lines (44 loc) · 1.49 KB
/
context7.json
File metadata and controls
44 lines (44 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"settings": {
"title": "Friends of Hyperf Components",
"project": "/friendsofhyperf/components",
"description": "🚀 The most popular components for Hyperf. A collection of 40+ reusable packages including cache, encryption, HTTP client, notification, OAuth2 server, and more. Built for Hyperf 3.1+ with PHP 8.1+. https://docs.hdj.me/",
"docsRepoUrl": "https://github.com/friendsofhyperf/components",
"folders": [
"src",
"docs"
],
"excludeFolders": [
".cnb",
".devcontainer",
".github",
".travis",
".vscode",
"tests",
"vendor",
"node_modules"
],
"excludeFiles": [
"CHANGELOG*.md",
"LICENSE",
"README.md",
"bootstrap.php",
"licenses.md",
"rector.php",
"*.lock",
"*.neon",
"*.xml.dist",
"*.js",
"*.css",
"*.png",
"*.jpg"
],
"rules": [
"Use Hyperf components as reusable packages for enterprise applications.",
"Each component follows PSR standards and includes comprehensive tests.",
"Components are designed for Hyperf 3.1+ with PHP 8.1+ compatibility.",
"All components include ConfigProvider for easy integration.",
"Follow semantic versioning and maintain backward compatibility."
]
}
}