maliboot / maliboot-skeleton
基于hyperf-skeleton,适配maliboot需求而构建的项目骨架
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=8.0
- hyperf/cache: ~3.0.0
- hyperf/command: ~3.0.0
- hyperf/config: ~3.0.0
- hyperf/database: ~3.0.0
- hyperf/db-connection: ~3.0.0
- hyperf/framework: ~3.0.0
- hyperf/guzzle: ~3.0.0
- hyperf/http-server: ~3.0.0
- hyperf/logger: ~3.0.0
- hyperf/memory: ~3.0.0
- hyperf/process: ~3.0.0
- maliboot/api-annotation: *
- maliboot/auth: *
- maliboot/cola: *
- maliboot/contract: *
- maliboot/database: *
- maliboot/di: *
- maliboot/dto: *
- maliboot/error-code: *
- maliboot/event: *
- maliboot/exception-handler: *
- maliboot/field-collector: *
- maliboot/framework: *
- maliboot/hashing: *
- maliboot/plugin: *
- maliboot/plugin-code-generator: *
- maliboot/plugin-config: *
- maliboot/request: *
- maliboot/response: *
- maliboot/response-wrapper: *
- maliboot/swagger: *
- maliboot/utils: *
- maliboot/validation: *
- module/sample: *
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0
- hyperf/devtool: ~3.0.0
- hyperf/testing: ~3.0.0
- mockery/mockery: ^1.0
- phpstan/phpstan: ^1.0
- swoole/ide-helper: ^5.0
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.
README
这是一个使用maliboot
的项目骨架。此项目基于hyperf/hyperf-skeleton
,并
适配maliboot
的需求构建而成。
安装依赖
- PHP >= 8.0
- 框架引擎,两者选其一
- Swoole PHP extension >= 4.5,在
php.ini
设置swoole.use_shortname=Off
- Swow PHP extension (可二进制打包项目)
- Swoole PHP extension >= 4.5,在
- JSON PHP extension
- Pcntl PHP extension
- OpenSSL PHP extension (HTTPS必须)
- PDO PHP extension (Mysql客户端必须)
- Redis PHP extension (Redis客户端必须)
- Protobuf PHP extension (GRPC必须)
安装项目骨架
$ composer create-project maliboot/maliboot-skeleton path/to/install
安装完后,运行项目
$ cd path/to/install
$ php bin/hyperf.php start
服务默认监听 9501
端口,打开浏览器,访问127.0.0.1:9501
,访问项目首页;
测试maliboot
示例,如http://127.0.0.1:9501/admin/example/listByPage