initial clean commit

This commit is contained in:
Ben Menking
2026-05-07 09:48:36 -04:00
commit d59f61d764
29 changed files with 1333 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "menking/meshcore-php",
"description": "A library for communicating with Meshcore USB companion firmware",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Menking\\Meshcore\\": "src/"
}
},
"authors": [
{
"name": "Ben Menking",
"email": "ben@menking.net"
}
],
"require-dev": {
"phpstan/phpstan": "^2.1"
}
}