Download the PHP package myqee/hyperf without Composer

On this page you can find all versions of the php package myqee/hyperf. 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 hyperf

MyQEE Server For Hyperf

这是一个使得 MyQEE Server 可以兼容使用 Hyperf 的模块 (see https://www.hyperf.io )。Hyperf 是一个在 php7.2 和 swoole 4.4 基础上开发的 PHP 协程框架,具有强大的依赖注入功能以及功能丰富的组件,如果你以前熟悉 Laravel、Symfory 等框架,则会非常容易上手使用。

使用方法

在已有 MyQEE Server 项目中启用

  1. 下载 https://github.com/hyperf-cloud/hyperf-skeleton/archive/master.zip Hyperf 的骨骼代码,github地址:https://github.com/hyperf-cloud/hyperf-skeleton
  2. 解压缩,将config目录及bin/hyperf.php文件复制到你的项目;
  3. 执行 composer require myqee/hyperf 安装依赖;

如果你还需要 hyperf 的其它依赖内容,可参考 composer.json 中 require 部分,复制到你的 composer.json 文件中并执行 composer updatecomposer require hyperf/*** 安装对应模块;

使用 hyperf/skeleton 骨骼结构安装

  1. 创建新文件夹,运行 composer create-project hyperf/hyperf-skeleton,参考 https://doc.hyperf.io/#/zh/quick-start/install
  2. 执行 composer require myqee/hyperf

配置

MyQEE 相关配置可以放在 config/autoload/myqee.php 中,也可放在 config/config.php 里的数组 myqee 里。

差异事项

虽然取代了以上功能但是和原来功能保持兼容。

高级使用

创建一个自己的启动命令

首先,请简单的阅读并理解 https://doc.hyperf.io/#/zh/command 中关于命令行的说明。以下是一个简单的示例:

更多

可以将原来 MyQEE 用到的配置放在 config/autoload/myqee.php 中(不存在,需要自己创建),这样启动时可以自动加载。


All versions of hyperf with dependencies

PHP Build Version
Package Version
Requires php Version >=7.2
ext-swoole Version >=4.4
myqee/server Version ~2.1.0
hyperf/di Version ~1.1.0
hyperf/config Version ~1.1.0
hyperf/command Version ~1.1.0
hyperf/logger Version ~1.1.0
hyperf/server Version ~1.1.0
psr/http-server-middleware Version ~1.0.0
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 myqee/hyperf contains the following files

Loading the files please wait ....