Download the PHP package pudongping/hyperf-biz-web-api without Composer

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

hyperf-biz-web-api

[![Latest Stable Version](https://poser.pugx.org/pudongping/hyperf-biz-web-api/v/stable.svg)](https://packagist.org/packages/pudongping/hyperf-biz-web-api) [![Total Downloads](https://poser.pugx.org/pudongping/hyperf-biz-web-api/downloads.svg)](https://packagist.org/packages/pudongping/hyperf-biz-web-api) [![Latest Unstable Version](https://poser.pugx.org/pudongping/hyperf-biz-web-api/v/unstable.svg)](https://packagist.org/packages/pudongping/hyperf-biz-web-api) [![Minimum PHP Version](http://img.shields.io/badge/php-%3E%3D%208.0-8892BF.svg)](https://php.net/) [![Packagist](https://img.shields.io/packagist/v/pudongping/hyperf-biz-web-api.svg)](https://github.com/pudongping/hyperf-biz-web-api) [![License](https://poser.pugx.org/pudongping/hyperf-biz-web-api/license)](https://packagist.org/packages/pudongping/hyperf-biz-web-api)

本项目采用 hyperf 3.0 框架。

服务器要求

创建项目

docker 下运行

启动项目

目录规范

  1. 业务代码全部写在 Services 目录中
  2. RequestResponse 只能在 Controller 中使用
  3. response 返回的 codemessage 信息应全部在 Constants 目录下的 ErrorCode.php 文件中定义
  4. 请求数据的验证代码逻辑应统一放在 Request 目录下

代码规范

  1. 必须 遵循 PSR-4PSR-12 规范
  2. 建议 遵循 SOLID 编码准则
  3. 所有注释、文档书写 建议 遵循 中文文案排版指北

分支或者标签

分支

标签

关于分支和标签,可详见

其他

本项目许多核心功能均来自 pudongping/hyperf-kit 扩展包。

以下文件可能在你项目中用不上,建议拉取代码之后进行删除。


All versions of hyperf-biz-web-api with dependencies

PHP Build Version
Package Version
Requires php Version >=8.0
hyperf/async-queue Version ~3.0.0
hyperf/cache Version ~3.0.0
hyperf/command Version ~3.0.0
hyperf/config Version ~3.0.0
hyperf/constants Version ~3.0.0
hyperf/crontab Version ^3.0
hyperf/database Version ~3.0.0
hyperf/db Version ^3.0
hyperf/db-connection Version ~3.0.0
hyperf/elasticsearch Version ~3.0.0
hyperf/framework Version ~3.0.0
hyperf/guzzle Version ~3.0.0
hyperf/http-server Version ~3.0.0
hyperf/logger Version ~3.0.0
hyperf/memory Version ~3.0.0
hyperf/model-cache Version ~3.0.0
hyperf/paginator Version ^3.0
hyperf/process Version ~3.0.0
hyperf/redis Version ~3.0.0
hyperf/translation Version ^3.0
hyperf/validation Version ^3.0
pudongping/hyperf-alarm-clock Version ^2.0
pudongping/hyperf-kit Version ^2.0
pudongping/hyperf-throttle-requests Version ^2.0
pudongping/hyperf-wise-locksmith Version ^2.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 pudongping/hyperf-biz-web-api contains the following files

Loading the files please wait ....