/Prajna

Xen XAPI client in PHP [early stages]

Primary LanguagePHPBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Prajna

Early stage of a Xen XAPI client in PHP

see examples in:

examples/*

NOTE:

Try the example first, but if failed:

There's a bug in: vendor/zendframework/zendframework/library/Zend/Http/Header/Connection.php

Around line 42 FROM: list($name, $value) = explode(': ', $headerLine, 2); TO: list($name, $value) = explode(':', $headerLine, 2);