Download the PHP package hsioe/zero without Composer

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

hsioe-zero

hsioe-zero 是基于webman配置的服务端快速启动脚手架

前言

项目诞生背景是想借助组件化方式重构当前正在运行的 量化交易程序。

早起量化交易服务模块掺杂太多的子模块和依赖且大部分都是引用方式,导致维护成本逐步变高,服务组件化势在必行,于是诞生了设计一个脚手架并且用脚手架重构量化交易系统的想法!

安装

使用 composer 来搭建一个基于hsioe-zero脚手架的项目非常简单, 运行以下命令即可完成

确保脚手架的所有主键能正常运行,建议php环境 >= 8.1

快速开始

安装完成后,系统会再根目录生成 .env 文件,需要你自行配置本地的数据库信息

相关配置完成后,运行以下命令

基于在 windows平台下开发调试YAC缓存存在兼容性问题,小伙伴也可以尝试使用[docker]()来部署本地环境,镜像已经配好,运行以下命令即可快速启动

执行完以上命令后,浏览器打开 http://127.0.0.1:8788/app/admin 看到以下界面即为安装成功

更新日志


All versions of zero with dependencies

PHP Build Version
Package Version
Requires php Version >=8.0
workerman/webman-framework Version ^1.5.0
monolog/monolog Version ^2.0
webman/admin Version ^0.6.27
webman/push Version ^1.0
webman/redis-queue Version ^1.3
webman/console Version ^1.3
hsioe/jobs Version 1.0.2
workerman/crontab Version ^1.0
webman/event Version ^1.0
vlucas/phpdotenv Version ^5.6
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 hsioe/zero contains the following files

Loading the files please wait ....