Skip to content

niekoost/yii2-user-command

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yii2-user-command

Manage users from the commandline, for instance, when you want to create users in your phing-build-script.

At this moment this package only provides 'user/create' since I don't need anything else in my Phing script. I intend to extend this package when necessary.

To add this package, append to vendor/yiisoft/extensions.php

'niekoost/yii2-user-command' => array ( 'name' => 'niekoost/yii2-user-command', 'version' => '9999999-dev', 'alias' => array ( '@niekoost' => $vendorDir . '/niekoost/yii2-user-command', ), 'bootstrap' => 'niekoost\\Bootstrap', ),

About

Manage users from the commandline

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages