【开发】 xxl-job php 执行器
正在显示
.env.example
0 → 100644
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
.php-cs-fixer.php
0 → 100644
.phpstorm.meta.php
0 → 100644
Dockerfile
0 → 100644
README.md
0 → 100644
app/Cache/TreasureCache.php
0 → 100644
app/Command/CreateProductInfo.php
0 → 100644
app/Command/RunDebugData.php
0 → 100644
app/Command/RunDebugDataCity.php
0 → 100644
app/Command/RunTaskCommand.php
0 → 100644
app/Constants/ErrorCode.php
0 → 100644
app/Context/BrandAuth.php
0 → 100644
app/Job/DemoJob.php
0 → 100644
app/Job/DemoJobClass.php
0 → 100644
app/Model/Brand/Brand.php
0 → 100644
app/Model/Brand/Dealer.php
0 → 100644
app/Model/Brand/ExportLog.php
0 → 100644
app/Model/Brand/Member.php
0 → 100644
app/Model/Brand/MemberVipCard.php
0 → 100644
app/Model/Brand/OrderSet.php
0 → 100644
app/Model/Brand/PointSet.php
0 → 100644
app/Model/Brand/PointUserLog.php
0 → 100644
app/Model/Brand/Product.php
0 → 100644
app/Model/Brand/SmsStatistics.php
0 → 100644
app/Model/Brand/SmsTemplate.php
0 → 100644
app/Model/Brand/Store.php
0 → 100644
app/Model/Brand/StoreLevel.php
0 → 100644
app/Model/Code/CodeBreModel.php
0 → 100644
app/Model/Ecpass/Order.php
0 → 100644
app/Model/Marketing/Activity.php
0 → 100644
app/Model/Marketing/Blacklist.php
0 → 100644
app/Model/Marketing/Scan.php
0 → 100644
app/Model/Marketing/ScanAward.php
0 → 100644
app/Model/Member/MemberTag.php
0 → 100644
app/Model/Model.php
0 → 100644
app/Model/ShardingModel.php
0 → 100644
app/Model/Vouchers.php
0 → 100644
app/Queue/GroupQueue.php
0 → 100644
app/Support/Guzzle.php
0 → 100644
app/Support/Helps.php
0 → 100644
app/Support/StdoutLogger.php
0 → 100644
app/Task/BonusSendCountTask.php
0 → 100644
app/Task/BrandConsumeTask.php
0 → 100644
app/Task/BreSyncCodeBymTask.php
0 → 100644
app/Task/CouponStatisticsTask.php
0 → 100644
app/Task/DelExportFileTask.php
0 → 100644
app/Task/MemberVipExpireTask.php
0 → 100644
app/Task/PointClearTask.php
0 → 100644
app/Task/ScanStatisticsTask.php
0 → 100644
app/Task/SmsGroupSendTask.php
0 → 100644
app/Task/SmsStatisticsTask.php
0 → 100644
app/Task/SmsStatusChangeTask.php
0 → 100644
app/Task/StoreLevelExpireTask.php
0 → 100644
app/Task/StoreRebatePointTask.php
0 → 100644
app/Task/UserTagAutoSetTask.php
0 → 100644
app/Task/VoucherStatusTask.php
0 → 100644
bin/hyperf.php
0 → 100644
composer.json
0 → 100644
| { | ||
| "name": "hyperf/hyperf-skeleton", | ||
| "type": "project", | ||
| "keywords": [ | ||
| "php", | ||
| "swoole", | ||
| "framework", | ||
| "hyperf", | ||
| "microservice", | ||
| "middleware" | ||
| ], | ||
| "description": "A coroutine framework that focuses on hyperspeed and flexible, specifically use for build microservices and middlewares.", | ||
| "license": "Apache-2.0", | ||
| "require": { | ||
| "php": ">=7.3", | ||
| "hyperf/async-queue": "^2.2", | ||
| "hyperf/cache": "^2.2", | ||
| "hyperf/command": "^2.2", | ||
| "hyperf/config": "~2.2.0", | ||
| "hyperf/constants": "~2.2.0", | ||
| "hyperf/crontab": "^2.2", | ||
| "hyperf/database": "~2.2.0", | ||
| "hyperf/db-connection": "~2.2.0", | ||
| "hyperf/framework": "~2.2.0", | ||
| "hyperf/guzzle": "~2.2.0", | ||
| "hyperf/http-server": "~2.2.0", | ||
| "hyperf/logger": "~2.2.0", | ||
| "hyperf/memory": "~2.2.0", | ||
| "hyperf/process": "~2.2.0", | ||
| "hyperf/redis": "^2.2", | ||
| "ydd-open/easy-ydd": "^1.2", | ||
| "ydd-open/common-cache-sdk": "v0.0.1", | ||
| "hyperf/xxl-job-incubator": "v0.1.3" | ||
| }, | ||
| "require-dev": { | ||
| "friendsofphp/php-cs-fixer": "^3.0", | ||
| "hyperf/devtool": "~2.2.0", | ||
| "hyperf/ide-helper": "~2.2.0", | ||
| "hyperf/testing": "~2.2.0", | ||
| "hyperf/watcher": "v2.2.6.1", | ||
| "mockery/mockery": "^1.0", | ||
| "phpstan/phpstan": "^0.12", | ||
| "swoole/ide-helper": "^4.5" | ||
| }, | ||
| "suggest": { | ||
| "ext-openssl": "Required to use HTTPS.", | ||
| "ext-json": "Required to use JSON.", | ||
| "ext-pdo": "Required to use MySQL Client.", | ||
| "ext-pdo_mysql": "Required to use MySQL Client.", | ||
| "ext-redis": "Required to use Redis Client." | ||
| }, | ||
| "autoload": { | ||
| "psr-4": { | ||
| "App\\": "app/" | ||
| }, | ||
| "files": [ | ||
| "app\\Support\\Helps.php" | ||
| ] | ||
| }, | ||
| "autoload-dev": { | ||
| "psr-4": { | ||
| "HyperfTest\\": "./test/" | ||
| } | ||
| }, | ||
| "minimum-stability": "dev", | ||
| "prefer-stable": true, | ||
| "config": { | ||
| "optimize-autoloader": true, | ||
| "sort-packages": true, | ||
| "secure-http": false | ||
| }, | ||
| "extra": [], | ||
| "scripts": { | ||
| "post-root-package-install": [ | ||
| "@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" | ||
| ], | ||
| "post-autoload-dump": [ | ||
| "rm -rf runtime/container" | ||
| ], | ||
| "test": "co-phpunit --prepend test/bootstrap.php -c phpunit.xml --colors=always", | ||
| "cs-fix": "php-cs-fixer fix $1", | ||
| "analyse": "phpstan analyse --memory-limit 300M -l 0 -c phpstan.neon ./app ./config", | ||
| "start": [ | ||
| "Composer\\Config::disableProcessTimeout", | ||
| "php ./bin/hyperf.php start" | ||
| ] | ||
| }, | ||
| "repositories": { | ||
| "packagist": { | ||
| "type": "composer", | ||
| "url": "https://mirrors.aliyun.com/composer/" | ||
| }, | ||
| "common-cache-sdk": { | ||
| "type": "vcs", | ||
| "url": "http://gitlab.test.2vm.co/ydd-open/common-cache-sdk.git" | ||
| } | ||
| } | ||
| } |
config/autoload/annotations.php
0 → 100644
config/autoload/aspects.php
0 → 100644
config/autoload/async_queue.php
0 → 100644
config/autoload/cache.php
0 → 100644
config/autoload/commands.php
0 → 100644
config/autoload/crontab.php
0 → 100644
config/autoload/databases.php
0 → 100644
config/autoload/dependencies.php
0 → 100644
config/autoload/devtool.php
0 → 100644
config/autoload/easy_ydd.php
0 → 100644
config/autoload/exceptions.php
0 → 100644
config/autoload/guzzle.php
0 → 100644
config/autoload/listeners.php
0 → 100644
config/autoload/logger.php
0 → 100644
config/autoload/middlewares.php
0 → 100644
config/autoload/processes.php
0 → 100644
config/autoload/redis.php
0 → 100644
config/autoload/server.php
0 → 100644
config/autoload/sign.php
0 → 100644
config/autoload/signmember.php
0 → 100644
config/autoload/watcher.php
0 → 100644
config/autoload/xxl_job.php
0 → 100644
config/config.php
0 → 100644
config/container.php
0 → 100644
config/routes.php
0 → 100644
deploy.test.yml
0 → 100644
phpstan.neon
0 → 100644
phpunit.xml
0 → 100644
test/Cases/ExampleTest.php
0 → 100644
test/HttpTestCase.php
0 → 100644
test/bootstrap.php
0 → 100644
请
注册
或者
登录
后发表评论