We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit 351bc7cCopy full SHA for 351bc7c
.gitignore
@@ -0,0 +1,33 @@
1
+# Dependencies
2
+/vendor/
3
+/node_modules/
4
+
5
+# IDE
6
+.idea/
7
+*.iml
8
+.vscode/
9
+*.swp
10
+*.swo
11
12
+# OS
13
+.DS_Store
14
+Thumbs.db
15
16
+# Claude Code
17
+.claude/settings.local.json
18
19
+# PHP
20
+*.phar
21
+phpunit.xml
22
+.phpunit.result.cache
23
+.phpunit.cache/
24
25
+# Environment
26
+.env
27
+.env.local
28
+.env.*.local
29
30
+# Build artifacts
31
+/build/
32
+/dist/
33
+/.cache/
README.md
@@ -0,0 +1 @@
+# PHP MCP Schema
0 commit comments