Download the PHP package zero0719/hyperf-admin without Composer

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

一个后台管理项目最基本的就是权限控制,所以基本上实现了 RBAC 模型,再配合相应的前端后台模板,就完成了一个简单后台的部署,后面再根据业务需要进行响应的开发。

特性

安装&部署

执行初始化命令

配置 admin.php

配置 JWT

配置中间件

配置异常处理

其他

后续开发的路由,可以参考 routes.php,分为登录未登录,鉴权和非鉴权

原有的逻辑也可以通过修改路由或者继承响应的控制器以后进行重写


All versions of hyperf-admin with dependencies

PHP Build Version
Package Version
Requires zero0719/hyperf-api Version ^1.1
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 zero0719/hyperf-admin contains the following files

Loading the files please wait ....