Download the PHP package plugins-world/market-manager without Composer

On this page you can find all versions of the php package plugins-world/market-manager. 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 market-manager

插件管理器

Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require

安装

你可以通过 composer 安装这个扩展包,与应用插件不同的是,此扩展会安装到 vendor/ 目录下。

⚠️注意,安装的时候,会询问是以下内容,请输入: y

wikimedia/composer-merge-plugin contains a Composer plugin which is currently not in your allow-plugins config. See https://getcomposer.org/allow-plugins

Do you trust "wikimedia/composer-merge-plugin" to execute code and wish to enable it now? (writes "allow-plugins" to composer.json) [y,n,d,?]

下面是初始化项目并引入插件管理器的操作步骤:

  1. 创建项目

  2. 修改依赖包约束 ⚠️注意:需要确保项目 composer.json 允许安装稳定性依赖为 dev 的扩展包

  3. 安装插件管理器,并完成初始化。

  4. 正确配置项目权限
    宝塔:chown www:www -R /path/to/laravel-test

  5. 访问:http://域名/market-manager,查看安装结果

挑选插件

访问 http://域名/market-manager,打开左侧的插件市场菜单,并在其中查找需要的插件。进入插件详情页后点击安装。

⚠️注意:独立打开插件市场,不会显示安装按钮。

插件管理页的访问限制

⚠️注意:

操作步骤:

  1. 安装 SanctumAuth 插件
  2. 通过 artisan 命令 app:user-add 创建一个初始账号
  3. 正确配置主程序。下面是配置参考

说明

  1. 符合插件管理器开发规范的插件可以被安装
  2. 插件安装方式:
    1. 从 url 安装 zip 插件
    2. 从 github url 安装私有插件
    3. 从 github url 安装公开插件
    4. 从 下载站获取 url 安装插件:https://apps.plugins-world.cn
    5. https://packagist.org 通过安命令完成插件安装
    6. 上传 zip 插件到服务器进行安装
    7. 从指定目录安装
    8. 从插件市场安装插件(开发中)
  3. 目前,官方插件代码仓库为:https://github.com/plugins-world/plugins
  4. 项目需要配置好权限,避免插件无法下载,解压,安装。插件的安装需要 web 程序的用户读取、创建目录。
  5. 每次安装后,插件默认关闭,需要进行启用操作。

遇到问题

通过此处联系我:https://plugins-world.cn/contributing/feedback.html


All versions of market-manager with dependencies

PHP Build Version
Package Version
Requires php Version >= 8.0
plugins-world/laravel-config Version ^2.0
fresns/cmd-word-manager Version ^1.0 | dev-master
fresns/market-manager Version ^4.0 | 4.x-dev
fresns/plugin-manager Version ^3.0 | 3.x-dev
plugins-world/php-support Version dev-master
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 plugins-world/market-manager contains the following files

Loading the files please wait ....