Files
libvirt/docs/php.html.in
T

35 lines
1008 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
2011-02-09 09:43:09 +08: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 12:08:35 +02:00
the libvirt virtualization toolkit originally developed by Radek Hladik.</p>
2011-02-09 09:43:09 +08: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 16:30:41 +01:00
<a href="https://libvirt.org/git/">libvirt.org</a>:
2011-02-09 09:43:09 +08:00
</p>
<pre>
git clone git://libvirt.org/libvirt-php.git
</pre>
<p>
It can also be browsed at
</p>
<pre>
2017-10-13 16:30:41 +01: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 09:43:09 +08:00
</pre>
<p></p>
<h2>Project pages</h2>
2015-06-03 12:08:35 +02:00
<p>Since February 2011 the project has its own pages hosted at libvirt.org. For more information on the project
2017-10-13 16:30:41 +01:00
please refer to <a href="https://libvirt.org/php">https://libvirt.org/php</a>.
2011-02-09 09:43:09 +08:00
</p>
</body>
</html>