Download the PHP package evondu/yii2-metronic without Composer

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

Yii2-Metronic

这是一个基于Metronic v4.5.2的Yii2组件/小部件库。使用时需要先加载好Metronic的js和css资源。

安装

使用方法

1、GrdiView

使用方法与原本YII2中的一样,其主要是修改了样式和布局,使它符合Metronic风格。

2、ActiveForm

主要在YII2基础上,增加了表单布局类型(Horizontal、Vertical、Inline)和提供更多ActiveField类型。

2.1、DatePicker

DatePicker日期输入组件:

2.2、Select2

Select2下拉表单组件:

2.3、TagsInput

TagsInput标签输入组件:

2.4、Switch

Switch滑动开关组件:

2.5、checkboxList

主要调整了相关样式成符合Metronic风格:

2.5、other

用于支持其他自定义的widget作为表单组件,需要设置对应的Widget类名和其配置(配置中已隐含了models和attribute),使用例子

2.6、checkboxTree

树型的CheckboxList选择:

2.7、editor

Summernote富文本编辑器:

3、Portlet(窗口)

窗口部件,使用前需要先导入evondu\metronic\widgets\Portlet,使用例子:

4、Button(按钮)

按钮部件,使用前需要先导入evondu\metronic\widgets\Button,使用例子:

5、Badge(徽章)

徽章部件,使用前需要先导入evondu\metronic\widgets\Badge,使用例子:

6、ProgressBar(进度条)

进度部件,使用前需要先导入evondu\metronic\widgets\ProgressBar,使用例子:

7、Setp(步骤)

步骤部件,使用前需要先导入evondu\metronic\widgets\Step,使用例子:

8、TimeLine(时间线)

时间线部件,使用前需要先导入evondu\metronic\widgets\TimeLine,使用例子:

9、TreeView(树)

树部件,使用前需要导入evondu\metronic\widgets\TreeView,使用例子:

10、SummernoteEditor(富文本)

富文本,使用前需要导入evondu\metronic\widgets\SummernoteEditor,使用例子:


All versions of yii2-metronic with dependencies

PHP Build Version
Package Version
Requires yiisoft/yii2 Version ~2.0.6
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 evondu/yii2-metronic contains the following files

Loading the files please wait ....