PHP yii2tech\selfupdate Namespace

Interfaces

Name Description
VersionControlSystemInterface VersionControlSystem is an interface, which particular version control system implementation should match in order to be used with [[SelfUpdateController]].

Classes

Name Description
Git Git represents GIT version control system.
Mercurial Mercurial represents Mercurial (Hg) version control system.
SelfUpdateController SelfUpdateController performs project update from VCS.
Shell Shell is a helper for shell command execution.
ShellResult ShellResult represents shell command execution result.