Download the PHP package mikeside/batch_account without Composer

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

roundcube_batch_account

介绍

roundcube邮件系统-批量添加邮件账号插件

软件架构

软件架构说明

安装教程

自动安装方式(推荐):

composer require mikeside/batch_account

手动安装方式:

  1. cd plugins git pull https://gitee.com/mikehub/roundcube_batch_account.githttps://github.com/mikeside/roundcube_batch_account.git batch_account
  2. cd batch_account
  3. cp config.inc.php.dist config.inc.php
  4. 修改config.inc.php配置项 auth_account授权账号,就是允许那个邮箱账号有权限添加
  5. 修改config.inc.php配置项 vmail_db_dsnmysql链接信息
  6. 修改roundcube主配置文件:config/config.inc.php 在 $config['plugins']数组中添加插件名:batch_account

使用说明

  1. 登录系统,在设置中会看到一栏 批量添加账号

参与贡献

  1. Fork 本仓库
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request

特技

  1. 使用 Readme_XXX.md 来支持不同的语言,例如 Readme_en.md, Readme_zh.md
  2. Gitee 官方博客 blog.gitee.com
  3. 你可以 https://gitee.com/explore 这个地址来了解 Gitee 上的优秀开源项目
  4. GVP 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目
  5. Gitee 官方提供的使用手册 https://gitee.com/help
  6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 https://gitee.com/gitee-stars/

All versions of batch_account with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.0
roundcube/plugin-installer Version >=0.1.3
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 mikeside/batch_account contains the following files

Loading the files please wait ....