zhuchunshu / vpsdie
VPS黑名单商家收集程序
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 12
Language:JavaScript
Type:project
Requires
- php: >=7.3
- ext-json: *
- hyperf-ext/hashing: ^2.1
- hyperf/async-queue: ~2.1.0
- hyperf/cache: ~2.1.0
- hyperf/command: ~2.1.0
- hyperf/config: ~2.1.0
- hyperf/database: ~2.1.0
- hyperf/db-connection: ~2.1.0
- hyperf/filesystem: ^2.1
- hyperf/framework: ~2.1.0
- hyperf/guzzle: ~2.1.0
- hyperf/http-server: ~2.1.0
- hyperf/logger: ~2.1.0
- hyperf/memory: ~2.1.0
- hyperf/model-cache: ~2.1.0
- hyperf/paginator: ^2.1
- hyperf/process: ~2.1.0
- hyperf/redis: ~2.1.0
- hyperf/session: ^2.1
- hyperf/validation: ^2.1
- hyperf/view: ^2.1
- hyperf/view-engine: ^2.1
- laravel/helpers: ^1.4
- voku/anti-xss: ^4.1
Requires (Dev)
- filp/whoops: ^2.13
- friendsofphp/php-cs-fixer: ^2.14
- hyperf/devtool: ~2.1.0
- hyperf/testing: ~2.1.0
- hyperf/watcher: ^2.1
- mockery/mockery: ^1.0
- phpstan/phpstan: ^0.12
- swoole/ide-helper: ^4.5
Suggests
- ext-json: Required to use JSON.
- ext-openssl: Required to use HTTPS.
- ext-pdo: Required to use MySQL Client.
- ext-pdo_mysql: Required to use MySQL Client.
- ext-redis: Required to use Redis Client.
- dev-master
- V1.0
- dev-dependabot/npm_and_yarn/json5-1.0.2
- dev-dependabot/npm_and_yarn/express-4.18.2
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/minimatch-3.1.2
- dev-dependabot/npm_and_yarn/terser-4.8.1
- dev-dependabot/composer/guzzlehttp/guzzle-7.4.5
- dev-dependabot/npm_and_yarn/async-2.6.4
- dev-dependabot/npm_and_yarn/vditor-3.8.13
- dev-dependabot/npm_and_yarn/minimist-1.2.6
- dev-dependabot/composer/guzzlehttp/psr7-2.2.1
- dev-dependabot/npm_and_yarn/nanoid-3.2.0
- dev-dependabot/npm_and_yarn/nth-check-2.0.1
This package is auto-updated.
Last update: 2025-03-07 13:21:45 UTC
README
垃圾主机商收集程序
截图
安装
要求
-
PHP >= 7.3
-
Swoole PHP 扩展 >= 4.5,并关闭了
Short Name
-
OpenSSL PHP 扩展
-
JSON PHP 扩展
-
PDO PHP 扩展 (如需要使用到 MySQL 客户端)
-
Redis PHP 扩展 (如需要使用到 Redis 客户端)
开始
在合适的位置创建一个目录,cd进去并执行:
git clone https://github.com/zhuchunshu/vpsdie.git .
如果是国内机器则执行
git clone https://gitee.com/zhuchunshu/vpsdie.git
克隆完项目之后执行:
composer install
运行完毕执行:
cp .env.example .env
然后编辑.env文件,配置好数据库信息以及APP_NAME
接下来迁移数据库:
php ./bin/hyperf.php migrate --force
然后创建管理员账号
php ./bin/hyperf.php CodeFec:Init
最后运行
php ./bin/hyperf.php server:watch
如果不报错就是运行成功了,中断后把此命令守护起来就可以啦
最后反向代理下 127.0.0.1:9501就好了
然后访问你的域名/admin即可进入管理后台