Download the PHP package nizerin/hyperf-im without Composer

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

Hyperf Logo

Build Status Financial Contributors on Open Collective Php Version Swoole Version Hyperf License

介绍

Hyperf 是基于 Swoole 4.4+ 实现的高性能、高灵活性的 PHP 协程框架,内置协程服务器及大量常用的组件,性能较传统基于 PHP-FPM 的框架有质的提升,提供超高性能的同时,也保持着极其灵活的可扩展性,标准组件均基于 PSR 标准 实现,基于强大的依赖注入设计,保证了绝大部分组件或类都是 可替换可复用 的。

框架组件库除了常见的协程版的 MySQL 客户端Redis 客户端,还为您准备了协程版的 Eloquent ORMWebSocket 服务端及客户端JSON RPC 服务端及客户端GRPC 服务端及客户端Zipkin/Jaeger (OpenTracing) 客户端Guzzle HTTP 客户端Elasticsearch 客户端Consul 客户端ETCD 客户端AMQP 组件NSQ 组件Nats 组件Apollo 配置中心阿里云 ACM 应用配置管理ETCD 配置中心基于令牌桶算法的限流器通用连接池熔断器Swagger 文档生成Swoole Tracker视图引擎Snowflake 全局 ID 生成器 等组件,省去了自己实现对应协程版本的麻烦。

Hyperf 还提供了 基于 PSR-11 的依赖注入容器注解AOP 面向切面编程基于 PSR-15 的中间件自定义进程基于 PSR-14 的事件管理器Redis/RabbitMQ/NSQ/Nats 消息队列自动模型缓存基于 PSR-16 的缓存Crontab 秒级定时任务Translation 国际化Validation 验证器 等非常便捷的功能,满足丰富的技术场景和业务场景,开箱即用。

框架初衷

尽管现在基于 PHP 语言开发的框架处于一个百家争鸣的时代,但仍旧未能看到一个优雅的设计与超高性能的共存的完美框架,亦没有看到一个真正为 PHP 微服务铺路的框架,此为 Hyperf 及其团队成员的初衷,我们将持续投入并为此付出努力,也欢迎你加入我们参与开源建设。

设计理念

Hyperspeed + Flexibility = Hyperf,从名字上我们就将 超高速灵活性 作为 Hyperf 的基因。

基于以上的特点,Hyperf 将存在丰富的可能性,如实现 Web 服务,网关服务,分布式中间件,微服务架构,游戏服务器,物联网(IOT)等。

生产可用

我们为组件进行了大量的单元测试以保证逻辑的正确,目前存在 1120 个单测共 3369 个断言条件,同时维护了高质量的文档,在 Hyperf 正式对外开放(2019年6月20日)之前,便已经过了严酷的生产环境的考验,我们才正式的对外开放该项目,现在已有很多的大型互联网企业将 Hyperf 部署到了自己的生产环境上并稳定运行。

运行环境

安全漏洞

如果您发现 Hyperf 中存在安全漏洞,请发送电子邮件至 Hyperf 官方团队,电子邮件地址为 [email protected] ,所有安全漏洞都会被及时的解决。

官网及文档

官网 https://hyperf.io
文档 https://hyperf.wiki

代码贡献者

感谢所有参与 Hyperf 开发的代码贡献者。 [contributors]

性能

阿里云 8 核 16G

命令: wrk -c 1024 -t 8 http://127.0.0.1:9501/

开源协议

Hyperf 是一个基于 MIT 协议 开源的软件。


All versions of hyperf-im with dependencies

PHP Build Version
Package Version
Requires php Version >=7.2
ext-swoole Version >=4.2
hyperf/cache Version ~1.0.0
hyperf/command Version ~1.0.0
hyperf/config Version ~1.0.0
hyperf/contract Version ~1.0.0
hyperf/database Version ~1.0.0
hyperf/db-connection Version ~1.0.0
hyperf/devtool Version ~1.0.0
hyperf/di Version ~1.0.0
hyperf/dispatcher Version ~1.0.0
hyperf/event Version ~1.0.0
hyperf/exception-handler Version ~1.0.0
hyperf/framework Version ~1.0.0
hyperf/guzzle Version ~1.0.0
hyperf/http-server Version ~1.0.0
hyperf/logger Version ~1.0.0
hyperf/memory Version ~1.0.0
hyperf/paginator Version ~1.0.0
hyperf/pool Version ~1.0.0
hyperf/process Version ~1.0.0
hyperf/redis Version ~1.0.0
hyperf/utils Version ~1.0.0
hyperf/model-cache Version ~1.0.0
hyperf/websocket-server Version ^1.0
ext-json Version *
ext-redis Version *
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 nizerin/hyperf-im contains the following files

Loading the files please wait ....