easy-swoole-php/easyswoole-skeleton 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

easy-swoole-php/easyswoole-skeleton

Composer 安装命令:

composer create-project easy-swoole-php/easyswoole-skeleton

包简介

An efficient swoole framework

README 文档

README

English | 中文

Latest Stable Version Total Downloads Latest Unstable Version License Monthly Downloads

Introduction

This is a skeleton application using the EasySwoole framework. This skeleton that makes it easier for developers to use the EasySwoole framework. This application is meant to be used as a starting place for those looking to get their feet wet with EasySwoole Framework.

Requirement

EasySwoole 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 XueSiLf/easyswoole-docker project, or directly based on the already built easyswoolexuesi2021/easyswoole 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 >= 7.4
  • Swoole PHP extension >= 4.4.23 and Swoole PHP extension <= 4.4.26
  • JSON PHP extension
  • Pcntl PHP extension
  • OpenSSL PHP extension (If you need to use the HTTPS

Installation with Composer

The easiest way to create a new EasySwoole project is to use Composer. If you don't have it already installed, then please install as per the documentation.

To create your new EasySwoole project:

Install 3.5.x version

composer create-project easy-swoole-php/easyswoole-skeleton="3.5.1" project_name

If your development environment is based on Docker you can use the official Composer image to create a new EasySwoole project:

docker run --rm -it -v $(pwd):/app composer create-project --ignore-platform-reqs easy-swoole-php/easyswoole-skeleton="3.5.1" project_name

Install 3.7.x version

composer create-project easy-swoole-php/easyswoole-skeleton="3.7.1" project_name

If your development environment is based on Docker you can use the official Composer image to create a new EasySwoole project:

docker run --rm -it -v $(pwd):/app composer create-project --ignore-platform-reqs easy-swoole-php/easyswoole-skeleton="3.7.1" project_name

Getting started

Once installed, you can run the server immediately using the command below.

cd project_name
php easyswoole server start # for the Development environment
# php easyswoole server start -mode=dev # for the Development environment
# php easyswoole server start -mode=dev -d # for the Development environment with daemonize
# php easyswoole server start -mode=test # for the Test environment
# php easyswoole server start -mode=uat # for the User Acceptance Testing environment
# php easyswoole server start -mode=produce # for the Production environment

Or if in a Docker based environment you can use the docker-compose/docker-compose.yml provided by the template:

# install packages
cd project_name
docker run --rm -it -v $(pwd):/app composer install --ignore-platform-reqs

# start services
cd project_name/docker-compose
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 EasySwoole default home page.

Tips

  • It is recommended that you rename the project name in some files in the skeleton to your actual project name, such as files like composer.json and docker-compose.yml.
  • Take a look at App/HttpController/Index.php to see an example of a HTTP entrypoint.

Please Remember: you can always replace the contents of this README.md file with something that fits your project description.

Contact us

issue: https://github.com/easy-swoole/easyswoole/issues

To join the WeChat group, please add WeChat:

easy-swoole-php/easyswoole-skeleton 适用场景与选型建议

easy-swoole-php/easyswoole-skeleton 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 105 次下载、GitHub Stars 达 16, 最近一次更新时间为 2024 年 03 月 23 日, 在 PHP 生态内属于活跃度较高的组件。

它主要适用于以下技术方向: 「framework」 「php」 「async」 「swoole」 「easyswoole」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。

我们在过去多个企业项目中使用过 easy-swoole-php/easyswoole-skeleton 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 easy-swoole-php/easyswoole-skeleton 我们能提供哪些服务?
定制开发 / 二次开发

基于 easy-swoole-php/easyswoole-skeleton 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 105
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 16
  • 点击次数: 10
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 16
  • Watchers: 0
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: Apache-2.0
  • 更新时间: 2024-03-23