Skip to content

cameronjacobson/Prajna

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);

About

Xen XAPI client in PHP [early stages]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages