This looks really good. Would you be able to give me a run down on how to set this up. I've been out of the php scene for a while and the namespaces are confusing me.
Which files do I include initially or do I just call stuff from the namespace?
<?php namespace Vmwarephp; (include files here?) (or use \Vmwarephp\...?)
?>