Download the PHP package yooer/easyswoole without Composer

On this page you can find all versions of the php package yooer/easyswoole. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package easyswoole

中文

Latest Stable Version Total Downloads Latest Unstable Version License Monthly Downloads

更新部分功能

原版代码在这里,在 XueSiLf/easyswoole-docker 作者比较忙,框架中有几个Bug,修改了几个文件

其他文件没有修改(移除了一些无用的配置文件 比如docker的)!

最近项目重构与功能更新 (2026-03-13)

1. 架构调整与核心 Helper

2. 新增工具类 (App/Utility)

3. 环境与配置

4. 依赖更新

骨架介绍

这是一个使用 EasySwoole 框架搭建的骨架应用程序。这个骨架让开发者更容易使用 EasySwoole 框架。该应用程序旨在作为那些希望熟悉 EasySwoole 框架的人的起点。

安装要求

EasySwoole 对系统环境有一些要求,只能在 LinuxMac 环境下运行。你的运行环境需要满足以下要求:

一键部署脚本(Ubuntu 24.04 + 宝塔)

如果你的服务器是 Ubuntu 24.04,已经装好宝塔面板(aaPanel)和对应的 PHP,可以直接用 deploy/bt-swoole-mongodb-setup.sh 一键处理:

注意:脚本默认不会给 PHP 8.4 装 Swoole——Swoole 6.0+ 才支持 PHP 8.4,但 6.0+ 彻底移除了 Swoole\Coroutine\MySQL/Redis,会直接弄坏本项目依赖的 easyswoole/mysqli(ORM)和 easyswoole/redis-pool,所以本项目暂时只能用 PHP 8.0-8.3。具体版本映射表和可用的环境变量 (PHP_VERSIONSWOOLE_VERSIONMONGODB_VERSION 等)见脚本头部注释。

使用 Composer 安装

创建新 EasySwoole 项目的最简单方法是使用 Composer。 如果您尚未安装,请按照文档安装。

创建新的 EasySwoole 项目:

安装 3.7.x 版本

安装完显示PHPUnit依赖有问题,要解决这个问题,您需要使用以下命令更新 PHPUnit 到修复版本:

建议

请记住:您始终可以将此 README.md 文件的内容替换为适合您项目的内容描述。

联系我们

问题:https://github.com/easy-swoole/easyswoole/issues

加群请加微信:


All versions of easyswoole with dependencies

PHP Build Version
Package Version
Requires php Version >=8.1
ext-swoole Version >=4.4.4
ext-json Version *
ext-ctype Version *
ext-mbstring Version *
easyswoole/easyswoole Version 3.7.1
easy-swoole-php/orm Version 1.5.5
easyswoole/i18n Version 1.0.0
easyswoole/task Version 2.0.2
easyswoole/redis Version 2.0.4
easyswoole/redis-pool Version 3.0.3
easyswoole/socket Version 1.3.1
easyswoole/http-client Version 1.6.1
easyswoole/crontab Version 1.0.6
easyswoole/http-annotation Version 3.2.13
easyswoole/mysqli Version 4.0.9
easyswoole/queue Version 4.8.12
easyswoole/http Version 3.1.2
easyswoole/verifycode Version 3.1.2
easyswoole/file-watcher Version dev-master
psr/container Version 2.0.2
easyapi/validate Version ^1.0
mongodb/mongodb Version ^2.
guzzlehttp/guzzle Version ^7.0
easyswoole/jwt Version 2.0.1
league/plates Version 3.*
ramsey/uuid Version ^4.0
voku/anti-xss Version ^4
phpmailer/phpmailer Version ^6.9.1
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package yooer/easyswoole contains the following files

Loading the files please wait ...