Download the PHP package hanhyu/wlsh-framework without Composer

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

wlsh-framework

名词解释:wlsh( 为了生活---每个字的第一个拼音 )

酷毙的码农为了生活自由,基于composer整合swoole等扩展组合而成的php内存长驻框架 ,低耦合,使用非常少的语法糖,尽量使用原有扩展中的语法,提供最优状态以减少PHPer学习新框架的成本。

分类 说明
官网 http://www.wlsh.xyz
文档 http://doc-v2.wlsh.xyz
联系邮箱 [email protected]

使用基本要求

对于使用wlsh项目的开发者,需要掌握swoole基本的开发理念与php8语法,熟悉composer用法。

我们的口号:简单才是php美之所在,用最简捷、最高效、最性价比的方式获取项目资金中的利润最大化,绝对不会增加phper的学习成本。

框架特色

  1. 完全现代化支持,最低php8版本

  2. 可无缝同步升级swoole最新版本

  3. 完全组件化

  4. 框架只定义了一个入口两个核心,其他流程都是使用方团队自己约定,方便代码review

  5. 基于swoole扩展组件,核心都是c扩展,其实wlsh不能叫做一个框架而是一个协程组件

  6. 简约快速,核心没有复杂化的流程,可以最快速地上手(看一遍即可进入编码阶段)

  7. 安全,wlsh框架核心文件没有封装swoole提供的原始方法及功能,这样团队可以个性化定制外界无感知、一个项目可以设定自己的一套框架流程

  8. 高性能,wlsh协程框架在处理业务型密集IO方面不低于golangc++的性能

  9. 非常低耦合,完全没有封装新的函数语法糖、无依赖性; 无任何的封装带来的好处是,只要会php8与swoole就可以直接上手开发业务代码需要php功底深厚,不适合新手

  10. wlsh组件已经历了五年时间的考验与N个线上项目的蹂躏

  11. 文档中标记 [供参考] 内容可以替换成自己或团队的规则格式

  12. 自带独特的运维管理后台:

该版本停止更新,3.0新版本转移到:wlsh-skeleton 仓库


All versions of wlsh-framework with dependencies

PHP Build Version
Package Version
Requires php Version >=8.0
ext-swoole Version >=4.6.2
ext-mongodb Version >=1.9.0
ext-redis Version >=5.3.2
monolog/monolog Version 2.2.0
swiftmailer/swiftmailer Version 6.2.5
webgeeker/validation Version 0.5.2
mongodb/mongodb Version 1.8.0
elasticsearch/elasticsearch Version ^7.11.x-dev
longlang/phpkafka Version 1.1.1
envms/fluentpdo Version 2.2.0
smi2/phpclickhouse Version ^1.4
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 hanhyu/wlsh-framework contains the following files

Loading the files please wait ....