Files
libvirt/docs/php.html.in
T

29 lines
863 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
2020-08-26 00:44:00 +02:00
href="https://git-scm.com/">git</a> repository available on
<a href="https://gitlab.com/libvirt/libvirt-php">gitlab.com</a>:
2011-02-09 09:43:09 +08:00
</p>
<pre>
git clone https://gitlab.com/libvirt/libvirt-php.git
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>