first commit

This commit is contained in:
exercict
2026-07-14 08:10:11 +04:00
commit fdfb0dd62e
60 changed files with 9930 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "ikz/crm",
"type": "project",
"require": {
"php": "^8.3",
"vlucas/phpdotenv": "^5.6",
"google/apiclient": "^2.18",
"workerman/workerman": "^5.1"
},
"autoload": {
"psr-4": {
"App\\": "app/"
}
}
}