php.html.in 1003 字节
Newer Older
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE html>
3
<html xmlns="http://www.w3.org/1999/xhtml">
4 5 6 7 8
  <body>
    <h1>PHP API bindings</h1>

<h2>Presentation</h2>
    <p>The libvirt-php, originally called php-libvirt, is the PHP API bindings for
9
       the libvirt virtualization toolkit originally developed by Radek Hladik.</p>
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26

<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
<a href="http://libvirt.org/git/">libvirt.org</a>:
</p>
<pre>
git clone git://libvirt.org/libvirt-php.git
</pre>
<p>
It can also be browsed at
</p>
<pre>
<a href="http://libvirt.org/git/?p=libvirt-php.git;a=summary">http://libvirt.org/git/?p=libvirt-php.git;a=summary</a>
</pre>

<p></p>
27
<h2>Project pages</h2>
28
<p>Since February 2011 the project has its own pages hosted at libvirt.org. For more information on the project
29
   please refer to <a href="http://libvirt.org/php">http://libvirt.org/php</a>.
30 31 32 33 34

</p>

  </body>
</html>