hyperf2.2.0
Showing
.gitignore
100644 → 100755
File mode changed from 100644 to 100755
Exporter.MD
100644 → 100755
File mode changed from 100644 to 100755
LICENSE
100644 → 100755
File mode changed from 100644 to 100755
README.md
100644 → 100755
This diff is collapsed.
composer.json
100644 → 100755
{ | ||
"name": "meibuyu/micro", | ||
"description": "美不语微服务公共接口库", | ||
"type": "library", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "梁俊杰", | ||
"email": "blithe8787@163.com" | ||
} | ||
], | ||
"require": { | ||
"ext-json": "*", | ||
"ext-redis": "*", | ||
"ext-gd": "*", | ||
"ext-curl": "*", | ||
"ext-mbstring": "*", | ||
"hyperf/cache": "~2.1.0", | ||
"hyperf/framework": "~2.1.0", | ||
"hyperf/db-connection": "~2.1.0", | ||
"hyperf/validation": "~2.1.0", | ||
"hyperf/command": "~2.1.0", | ||
"hyperf/redis": "~2.1.0", | ||
"hyperf/guzzle": "~2.1.0", | ||
"hyperf/config": "~2.1.0", | ||
"hyperf/logger": "~2.1.0", | ||
"hyperf/service-governance": "~2.1.0", | ||
"fzaninotto/faker": "^1.9", | ||
"phpoffice/phpspreadsheet": "^1.18", | ||
"dimsav/unix-zipper": "1.*", | ||
"hyperf/amqp": "~2.1.0", | ||
"hyperf/paginator": "~2.1.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Meibuyu\\Micro\\": "src/" | ||
}, | ||
"files": [ | ||
"src/functions.php", | ||
"src/const.php" | ||
] | ||
}, | ||
"extra": { | ||
"hyperf": { | ||
"config": "Meibuyu\\Micro\\ConfigProvider" | ||
} | ||
} | ||
} | ||
{ | ||
"name": "meibuyu/micro", | ||
"description": "美不语微服务公共接口库", | ||
"type": "library", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "梁俊杰", | ||
"email": "blithe8787@163.com" | ||
} | ||
], | ||
"require": { | ||
"ext-json": "*", | ||
"ext-redis": "*", | ||
"ext-gd": "*", | ||
"ext-curl": "*", | ||
"ext-mbstring": "*", | ||
"hyperf/cache": "~2.2.0", | ||
"hyperf/framework": "~2.2.0", | ||
"hyperf/db-connection": "~2.2.0", | ||
"hyperf/validation": "~2.2.0", | ||
"hyperf/command": "~2.2.0", | ||
"hyperf/redis": "~2.2.0", | ||
"hyperf/guzzle": "~2.2.0", | ||
"hyperf/config": "~2.2.0", | ||
"hyperf/logger": "~2.2.0", | ||
"hyperf/service-governance": "~2.2.0", | ||
"fzaninotto/faker": "^1.9", | ||
"phpoffice/phpspreadsheet": "^1.18", | ||
"dimsav/unix-zipper": "1.*", | ||
"hyperf/amqp": "~2.2.0", | ||
"hyperf/paginator": "~2.2.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Meibuyu\\Micro\\": "src/" | ||
}, | ||
"files": [ | ||
"src/functions.php", | ||
"src/const.php" | ||
] | ||
}, | ||
"extra": { | ||
"hyperf": { | ||
"config": "Meibuyu\\Micro\\ConfigProvider" | ||
} | ||
} | ||
} |
src/Amqp/Producer/ExceptionLogProducer.php
100644 → 100755
File mode changed from 100644 to 100755
src/Annotation/AsyncCoroutine.php
100644 → 100755
src/Annotation/AutoPerm.php
100644 → 100755
File mode changed from 100644 to 100755
src/Annotation/LogTrace.php
100644 → 100755
src/Annotation/Perm.php
100644 → 100755
File mode changed from 100644 to 100755
src/Aspect/AsyncCoroutineAspect.php
100644 → 100755
src/Aspect/LogTraceAspect.php
100644 → 100755
src/Aspect/PermAnnotationAspect.php
100644 → 100755
File mode changed from 100644 to 100755
src/Command/MakeModelCommand.php
100644 → 100755
File mode changed from 100644 to 100755
src/Command/stubs/controller.stub
100644 → 100755
File mode changed from 100644 to 100755
src/Command/stubs/databaseSeeder.stub
100644 → 100755
File mode changed from 100644 to 100755
src/Command/stubs/migration.stub
100644 → 100755
File mode changed from 100644 to 100755
src/Command/stubs/model.stub
100644 → 100755
File mode changed from 100644 to 100755
src/Command/stubs/repository.stub
100644 → 100755
File mode changed from 100644 to 100755
src/Command/stubs/repositoryInterface.stub
100644 → 100755
File mode changed from 100644 to 100755
src/Command/stubs/seeder.stub
100644 → 100755
File mode changed from 100644 to 100755
src/Command/stubs/validator.stub
100644 → 100755
File mode changed from 100644 to 100755
src/ConfigProvider.php
100644 → 100755
File mode changed from 100644 to 100755
src/Constants/Department.php
100644 → 100755
File mode changed from 100644 to 100755
src/Constants/MaterialCategory.php
100644 → 100755
File mode changed from 100644 to 100755
src/Constants/SpecialUserId.php
100644 → 100755
File mode changed from 100644 to 100755
src/Exceptions/Handler/AppExceptionHandler.php
100644 → 100755
File mode changed from 100644 to 100755
src/Exceptions/Handler/MicroExceptionHandler.php
100644 → 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
src/Exceptions/Handler/QueryExceptionHandler.php
100644 → 100755
File mode changed from 100644 to 100755
src/Exceptions/HttpResponseException.php
100644 → 100755
File mode changed from 100644 to 100755
src/Exceptions/ObjectNotExistException.php
100644 → 100755
File mode changed from 100644 to 100755
src/Exceptions/RepositoryException.php
100644 → 100755
File mode changed from 100644 to 100755
src/Exceptions/RpcException.php
100644 → 100755
File mode changed from 100644 to 100755
src/Exceptions/ValidatorException.php
100644 → 100755
File mode changed from 100644 to 100755
src/Handler/LogTrace/LogTraceHandler.php
100644 → 100755
src/Handler/LogTrace/LogTraceQueue.php
100644 → 100755
src/Handler/MessageHandler.php
100644 → 100755
File mode changed from 100644 to 100755
src/Handler/PermHandler.php
100644 → 100755
File mode changed from 100644 to 100755
src/Handler/RedisQueueBatchHandler.php
100644 → 100755
src/Helper.php
100644 → 100755
File mode changed from 100644 to 100755
src/Listener/RegisterServiceListener.php
100644 → 100755
File mode changed from 100644 to 100755
src/Manager/UploadManager.php
100644 → 100755
This diff is collapsed.
src/Middleware/AuthorizeMiddleware.php
100644 → 100755
src/Middleware/CheckWebhookMiddleware.php
100644 → 100755
File mode changed from 100644 to 100755
src/Middleware/TokenExistMiddleware.php
100644 → 100755
File mode changed from 100644 to 100755
src/Model/Auth.php
100644 → 100755
File mode changed from 100644 to 100755
src/Model/BaseModel.php
100644 → 100755
src/Model/LogTrace.php
100644 → 100755
src/Repository/Contracts/RepositoryInterface.php
100644 → 100755
File mode changed from 100644 to 100755
src/Repository/Eloquent/BaseRepository.php
100644 → 100755
File mode changed from 100644 to 100755
src/Service/BaseService.php
100644 → 100755
src/Service/Interfaces/AppServiceInterface.php
100644 → 100755
This diff is collapsed.
src/Service/Interfaces/DingTalk/DingMessageServiceInterface.php
100644 → 100755
src/Service/Interfaces/Flow/GetConnectModuleServiceInterface.php
100644 → 100755
File mode changed from 100644 to 100755
This diff is collapsed.
This diff is collapsed.
src/Service/Interfaces/Product/ProductChildServiceInterface.php
100644 → 100755
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
src/Service/Interfaces/Production/ProductionServiceInterface.php
100644 → 100755
This diff is collapsed.
src/Service/Interfaces/Purchase/PurchaseDoneServiceInterface.php
100644 → 100755
This diff is collapsed.
src/Service/Interfaces/Purchase/PurchaseTaskServiceInterface.php
100644 → 100755
This diff is collapsed.
This diff is collapsed.
src/Service/Interfaces/StoreServiceInterface.php
100644 → 100755
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
src/Service/Interfaces/UserServiceInterface.php
100644 → 100755
This diff is collapsed.
src/Shopify/ShopifyApp.php
100644 → 100755
This diff is collapsed.
src/Shopify/ShopifyFactory.php
100644 → 100755
File mode changed from 100644 to 100755
src/Shopify/lib/AbstractShopify.php
100644 → 100755
This diff is collapsed.
src/Shopify/lib/Collect.php
100644 → 100755
File mode changed from 100644 to 100755
src/Shopify/lib/Collection.php
100644 → 100755
File mode changed from 100644 to 100755
src/Shopify/lib/CustomCollection.php
100644 → 100755
File mode changed from 100644 to 100755
src/Shopify/lib/Event.php
100644 → 100755
File mode changed from 100644 to 100755
src/Shopify/lib/Fulfillment.php
100644 → 100755
File mode changed from 100644 to 100755
src/Shopify/lib/FulfillmentEvent.php
100644 → 100755
File mode changed from 100644 to 100755
src/Shopify/lib/FulfillmentOrder.php
100644 → 100755
File mode changed from 100644 to 100755
src/Shopify/lib/FulfillmentService.php
100644 → 100755
File mode changed from 100644 to 100755
src/Shopify/lib/GraphQL.php
100644 → 100755
This diff is collapsed.
src/Shopify/lib/InventoryItem.php
100644 → 100755
File mode changed from 100644 to 100755
src/Shopify/lib/InventoryLevel.php
100644 → 100755
File mode changed from 100644 to 100755
src/Shopify/lib/Location.php
100644 → 100755
File mode changed from 100644 to 100755
src/Shopify/lib/Metafield.php
100644 → 100755
File mode changed from 100644 to 100755
src/Shopify/lib/Order.php
100644 → 100755
File mode changed from 100644 to 100755
src/Shopify/lib/Product.php
100644 → 100755
File mode changed from 100644 to 100755
src/Shopify/lib/ProductImage.php
100644 → 100755
File mode changed from 100644 to 100755
src/Shopify/lib/ProductVariant.php
100644 → 100755
File mode changed from 100644 to 100755
src/Shopify/lib/SmartCollection.php
100644 → 100755
File mode changed from 100644 to 100755
src/Shopify/lib/Webhook.php
100644 → 100755
File mode changed from 100644 to 100755
src/Shopify/tools/CurlHttpRequestJson.php
100644 → 100755
File mode changed from 100644 to 100755
src/Shopify/tools/CurlRequest.php
100644 → 100755
This diff is collapsed.
src/Shopify/tools/CurlResponse.php
100644 → 100755
File mode changed from 100644 to 100755
src/Shopify/tools/GraphQL.php
100644 → 100755
File mode changed from 100644 to 100755
src/Shopify/tools/HttpRequestGraphQL.php
100644 → 100755
File mode changed from 100644 to 100755
src/Shopify/tools/HttpRequestJson.php
100644 → 100755
File mode changed from 100644 to 100755
src/Tools/Cacher.php
100644 → 100755
File mode changed from 100644 to 100755
src/Tools/Drawer.php
100644 → 100755
File mode changed from 100644 to 100755
src/Tools/ExcelImporter.php
100644 → 100755
File mode changed from 100644 to 100755
src/Tools/Exporter.php
100644 → 100755
File mode changed from 100644 to 100755
src/Tools/Imager.php
100644 → 100755
File mode changed from 100644 to 100755
src/Tools/Log.php
100644 → 100755
This diff is collapsed.
src/Tools/Timer.php
100644 → 100755
File mode changed from 100644 to 100755
src/Tools/Unpacker.php
100644 → 100755
File mode changed from 100644 to 100755
src/Validator/AbstractValidator.php
100644 → 100755
File mode changed from 100644 to 100755
src/Validator/Contracts/ValidatorInterface.php
100644 → 100755
File mode changed from 100644 to 100755
src/Validator/HyperfValidator.php
100644 → 100755
File mode changed from 100644 to 100755
src/const.php
100644 → 100755
File mode changed from 100644 to 100755
src/functions.php
100644 → 100755
This diff is collapsed.
Please register or sign in to comment