Download the PHP package nano-boot/nanoadmin without Composer

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

Nano Admin Plugin

基于 Workerman/Webman 的后台管理系统核心插件。

安装

目录结构

本包结构包内 src/plugin/nanoadmin/ 镜像"装到主项目后的样子",由 src/Install.phpcopy_dir 落地。

开发

依赖

升级

本插件遵循 SemVer 语义化版本。每次代码更新都会打新的 git tag,Packagist 不会自动跟随 main 分支。

版本号含义:

版本管理

作为 webman 插件安装

本仓库同时也是一个 webman 插件包(type: webman-plugin)。当其他 webman 主项目执行 composer require nano-boot/nanoadmin 时:

  1. 主项目 composer.jsonpost-package-install/update 触发 support\\Plugin::install
  2. webman 框架通过 psr-4 autoload 找到 Webman\nanoadmin\Install(识别条件:WEBMAN_PLUGIN = true
  3. Install::installByRelation()src/plugin/nanoadmin/ 复制到主项目 plugin/nanoadmin/
  4. 复制使用 webman 的 copy_dir(),默认不覆盖已有文件,用户本地修改的配置会保留
  5. composer remove nano-boot/nanoadminInstall::uninstall() 会删除主项目 plugin/nanoadmin/

主项目最低配置要求:

命名空间约定

命名空间 包内路径 用途
Webman\nanoadmin\ src/ Install.php(webman 插件入口)
Webman\nanoadmin\app\ src/plugin/nanoadmin/app/ 业务代码(控制器、服务、模型、验证器、中间件、Schema 等)
Webman\nanoadmin\api\ src/plugin/nanoadmin/api/ 业务 API 辅助类

单一 PSR-4 入口


All versions of nanoadmin with dependencies

PHP Build Version
Package Version
Requires php Version >=8.1
ext-json Version *
webman/console Version ^2.1
vlucas/phpdotenv Version ^5.6
firebase/php-jwt Version ^6.11
ext-pdo Version *
webman/database Version ^2.1
webman/think-cache Version ^2.1
webman/validation Version ^2.2
illuminate/pagination Version ^12.22
illuminate/events Version ^12.53
symfony/var-dumper Version ^7.3
webman-tech/laravel-validation Version ^12.0
webman-tech/crontab-task Version ^5.0
topthink/think-validate Version ^3.0
php-di/php-di Version ^7.1
alibabacloud/dypnsapi-20170525 Version 2.0.0
ext-redis Version *
webman/redis Version ^2.1
w7corp/easywechat Version ^6.19
zircote/swagger-php Version ^4.8
zoujingli/ip2region Version ^3.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 nano-boot/nanoadmin contains the following files

Loading the files please wait ...