Libraries tagged by yii2 user module
dmbozhok/yii2-editorjs
0 Downloads
Use editor.js in form. Module for Yii2
opus-online/yii2-base
14814 Downloads
Base components used by projects and modules
rudderrave/yii2-rave-core-rest
5 Downloads
Core Module For Rave CMS use Rest
rudderrave/yii2-rave-auth
2 Downloads
Authorization Module For Rave CMS use rest authorization
myzero1/yii2-z1user
11 Downloads
Simple captcha for yii2.Just add the module in config file and use the widget.
myzero1/yii2-z1site
13 Downloads
Simple captcha for yii2.Just add the module in config file and use the widget.
myzero1/yii2-theme-layui
42 Downloads
Simple captcha for yii2.Just add the module in config file and use the widget.
myzero1/yii2-theme-adminlteiframe
229 Downloads
Simple captcha for yii2.Just add the module in config file and use the widget.
myzero1/yii2-site
7 Downloads
Simple captcha for yii2.Just add the module in config file and use the widget.
myzero1/yii2-captcha
137 Downloads
Simple captcha for yii2.Just add the module in config file and use the widget.
cmsgears/module-sms
292 Downloads
The SMS Module for CMSGears. It can be used to send SMS using well known SMS providers.
cmsgears/module-forum
89 Downloads
The Forum Module for CMSGears. It can be used by the projects which require discussion forums.
zainengineer/yii-account-module
18 Downloads
Account management for Yii including login/logout, lost password, update account, change password.
wolverineo250kr/yii2-pevnev-security-helper
2 Downloads
Security helper based on Yii2 framework. Returns an encoded string by key, aveliable to be used as a GET parameter.
senman/yii2-crontab-manager
91 Downloads
更方便的管理您的定时任务,实时暂停、启动、修改定时任务的执行时间等等 With this package, you can better manage your multifarious timing tasks, just define an execution entry that can be implemented more flexibly by manipulating database data for timing, opening, closing, setting up time, and so on.Description: the task manager implements the flexibility of multiple processes. After the task is opened, each task takes up a sub process and automatically releases after completion.Preparation: installation extension To implement the multiple processes of PHP, we need two extensions pcntl and POSIX, which can be added at compile time: - enable-pcntl, do not use - disable-pcntl, POSIX is the default installation. PHP multi process modules rely on pcntl extensions