hyperf/hyperf-skeleton
Composer 安装命令:
composer create-project hyperf/hyperf-skeleton
包简介
A coroutine framework that focuses on hyperspeed and flexible, specifically use for build microservices and middlewares.
README 文档
README
This is a skeleton application using the Hyperf framework. This application is meant to be used as a starting place for those looking to get their feet wet with Hyperf Framework.
Requirements
Hyperf has some requirements for the system environment, it can only run under Linux and Mac environment, but due to the development of Docker virtualization technology, Docker for Windows can also be used as the running environment under Windows.
The various versions of Dockerfile have been prepared for you in the hyperf/hyperf-docker project, or directly based on the already built hyperf/hyperf Image to run.
When you don't want to use Docker as the basis for your running environment, you need to make sure that your operating environment meets the following requirements:
- PHP >= 8.2
- Any of the following network engines
- Swoole PHP extension >= 5.0,with
swoole.use_shortnameset toOffin yourphp.ini - Swow PHP extension >= 1.3
- Swoole PHP extension >= 5.0,with
- JSON PHP extension
- Pcntl PHP extension
- OpenSSL PHP extension (If you need to use the HTTPS)
- PDO PHP extension (If you need to use the MySQL Client)
- Redis PHP extension (If you need to use the Redis Client)
- Protobuf PHP extension (If you need to use the gRPC Server or Client)
Installation using Composer
The easiest way to create a new Hyperf project is to use Composer. If you don't have it already installed, then please install as per the documentation.
To create your new Hyperf project:
composer create-project hyperf/hyperf-skeleton path/to/install
If your development environment is based on Docker you can use the official Composer image to create a new Hyperf project:
docker run --rm -it -v $(pwd):/app composer create-project --ignore-platform-reqs hyperf/hyperf-skeleton path/to/install
Getting started
Once installed, you can run the server immediately using the command below.
cd path/to/install
php bin/hyperf.php start
Or if in a Docker based environment you can use the docker-compose.yml provided by the template:
cd path/to/install
docker-compose up
This will start the cli-server on port 9501, and bind it to all network interfaces. You can then visit the site at http://localhost:9501/ which will bring up Hyperf default home page.
Hints
- A nice tip is to rename
hyperf-skeletonof files likecomposer.jsonanddocker-compose.ymlto your actual project name. - Take a look at
config/routes.phpandapp/Controller/IndexController.phpto see an example of a HTTP entrypoint.
Remember: you can always replace the contents of this README.md file to something that fits your project description.
hyperf/hyperf-skeleton 适用场景与选型建议
hyperf/hyperf-skeleton 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 191.13k 次下载、GitHub Stars 达 303, 最近一次更新时间为 2019 年 06 月 19 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「framework」 「php」 「middleware」 「Microservice」 「swoole」 「hyperf」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 hyperf/hyperf-skeleton 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 hyperf/hyperf-skeleton 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 hyperf/hyperf-skeleton 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
PHP Framework HLEB2 is the foundation of the web application. Provides ease of development and application performance.
Shoot aims to make providing data to your templates more manageable
Slim Framework 3 CSRF protection middleware utilities
Cloudflare Middleware For Guzzle
PSR-15 middleware to handle CSRF-token verification
A simple HTTP application builder using PSR-15 HTTP Server Request Handler and Middleware.
统计信息
- 总下载量: 191.13k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 313
- 点击次数: 34
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2019-06-19