sunnnnn/yii2-helper

helper functions for Yii2

Installs: 408

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

pkg:composer/sunnnnn/yii2-helper

1.0.5 2018-12-20 04:38 UTC

This package is auto-updated.

Last update: 2025-09-26 19:51:58 UTC


README

yii-助手类函数

config中配置:
'components' => [
	···
    'helper' => [
		'class' => 'sunnnnn\helper\Helper'
	],
],