This repository was archived by the owner on Jun 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
[ARCHIVED] Read-only mirror. Please submit merge requests / issues to https://gitlab.com/libvirt/php-virt-control
License
GPL-3.0, GPL-3.0 licenses found
Licenses found
GPL-3.0
LICENSE
GPL-3.0
COPYING
libvirt/php-virt-control
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
php-virt-control ---------------- The php-virt-control tool is the virtual machine control tool for PHP. It depends on libvirt PHP bindings as the module for PHP. You can use the tool to manage your virtual guests you're having available on your libvirt connection(s). LANGUAGE LOCALIZATIONS ---------------------- If you're a developer and you're adding a new functionality with new strings you should use $lang->get($ident) functions instead of coding in strings directly. The $ident argument is being used as a key of the array available in the classes/language.php, method initlang(), which is the default if language cannot match the ACCEPT_LANGUAGE HTTP header or $trans array in files of lang directory. The automatic language is being determined from the HTTP_ACCEPT_LANGUAGE variable - the first entry from there before the dash ('-') is being used. The system is looking for a file named as $thisPart.php in the lang directory and uses the default from Languages class if it cannot be found. E.g. for English browser settings the first token is usually en-US, so the part before dash character is 'en' so this is looking for lang/en.php etc. The language can be changed using the Settings link after you log in. LICENSES -------- Icons used are from http://www.icojoy.com/articles/49/ (license free)
About
[ARCHIVED] Read-only mirror. Please submit merge requests / issues to https://gitlab.com/libvirt/php-virt-control
Resources
License
GPL-3.0, GPL-3.0 licenses found
Licenses found
GPL-3.0
LICENSE
GPL-3.0
COPYING
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published