2013-05-03 14:25:37 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2017-07-26 17:01:25 +00:00
|
|
|
<!DOCTYPE html>
|
2013-05-03 14:25:37 +00:00
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
2011-02-09 01:43:09 +00:00
|
|
|
<body>
|
|
|
|
<h1>PHP API bindings</h1>
|
|
|
|
|
|
|
|
<h2>Presentation</h2>
|
|
|
|
<p>The libvirt-php, originally called php-libvirt, is the PHP API bindings for
|
2015-06-03 10:08:35 +00:00
|
|
|
the libvirt virtualization toolkit originally developed by Radek Hladik.</p>
|
2011-02-09 01:43:09 +00:00
|
|
|
|
|
|
|
<h2>Getting the source</h2>
|
|
|
|
<p> The PHP bindings code source is now maintained in a <a
|
|
|
|
href="http://git-scm.com/">git</a> repository available on
|
2017-10-13 15:30:41 +00:00
|
|
|
<a href="https://libvirt.org/git/">libvirt.org</a>:
|
2011-02-09 01:43:09 +00:00
|
|
|
</p>
|
|
|
|
<pre>
|
2018-03-20 12:35:00 +00:00
|
|
|
git clone https://libvirt.org/git/libvirt-php.git
|
2011-02-09 01:43:09 +00:00
|
|
|
</pre>
|
|
|
|
<p>
|
|
|
|
It can also be browsed at
|
|
|
|
</p>
|
|
|
|
<pre>
|
2017-10-13 15:30:41 +00:00
|
|
|
<a href="https://libvirt.org/git/?p=libvirt-php.git;a=summary">https://libvirt.org/git/?p=libvirt-php.git;a=summary</a>
|
2011-02-09 01:43:09 +00:00
|
|
|
</pre>
|
|
|
|
|
|
|
|
<p></p>
|
2011-02-09 18:44:03 +00:00
|
|
|
<h2>Project pages</h2>
|
2015-06-03 10:08:35 +00:00
|
|
|
<p>Since February 2011 the project has its own pages hosted at libvirt.org. For more information on the project
|
2017-10-13 15:30:41 +00:00
|
|
|
please refer to <a href="https://libvirt.org/php">https://libvirt.org/php</a>.
|
2011-02-09 01:43:09 +00:00
|
|
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|