<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Laravel Xen Orchestra v1.0.0 — Open-source PHP/Laravel client for the XO REST API]]></title><description><![CDATA[<p dir="auto"><strong>Laravel Xen Orchestra v1.0.0 — An open-source PHP/Laravel client for the XO REST API</strong></p>
<p dir="auto">Hi everyone!</p>
<p dir="auto">I’d like to share a small contribution to the XCP-ng and Xen Orchestra community: <strong>Laravel Xen Orchestra</strong>, an open-source package for integrating the XO REST API into PHP/Laravel applications.</p>
<p dir="auto">The idea is to help other developers who use this ecosystem, make common integration tasks easier, and share something useful with the community. If you’re building an internal dashboard, an automation tool, or an application that interacts with Xen Orchestra, I hope this package can save you some time.</p>
<p dir="auto">Here’s a simple example:</p>
<pre><code class="language-php">use SamuelOlavo\XenOrchestra\Laravel\Facades\Xo;

// List running VMs with the fields you need.
$vms = Xo::vms()
    -&gt;fields(['id', 'name_label', 'power_state'])
    -&gt;running()
    -&gt;get();

// Start a VM and wait for the operation to finish.
Xo::vm($vmId)-&gt;start()-&gt;wait();
</code></pre>
<p dir="auto">Version <strong>1.0.0</strong> targets <strong>Xen Orchestra 6.8.0 / REST API 0.39.0</strong> and includes:</p>
<ul>
<li>VM, host, pool, storage and network management.</li>
<li>Backup repository administration, schedules and logs.</li>
<li>Users, groups and role-based permissions.</li>
<li>Asynchronous task handling.</li>
<li>VM and disk imports/exports.</li>
<li>Events and subscriptions.</li>
<li>IPMI and SDN helpers when the corresponding plugins are available.</li>
</ul>
<p dir="auto">The package supports <strong>PHP 8.2+ and Laravel 12/13</strong>.</p>
<p dir="auto">For transparency, the automated suite currently has <strong>332 passing tests</strong>, run locally with PHP 8.4 and Laravel 13 using simulated API responses. This does not replace testing against a live Xen Orchestra installation, so feedback from different environments would be especially valuable.</p>
<p dir="auto"><strong>Repository and documentation:</strong><br />
<a href="https://github.com/samuel-olavo/laravel-xen-orchestra" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/samuel-olavo/laravel-xen-orchestra</a></p>
<p dir="auto"><strong>Version 1.0.0:</strong><br />
<a href="https://github.com/samuel-olavo/laravel-xen-orchestra/releases/tag/v1.0.0" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/samuel-olavo/laravel-xen-orchestra/releases/tag/v1.0.0</a></p>
<p dir="auto">This is an independent community project, released under the <strong>MIT license</strong>, and is not affiliated with Vates.</p>
<p dir="auto">Suggestions, bug reports, pull requests and examples of how you use it are all welcome. If something could be clearer or work better, please let me know!</p>
<p dir="auto">Thanks to the XCP-ng and Xen Orchestra teams, and to everyone contributing to this community. I hope this can be useful to others too.</p>
]]></description><link>https://xcp-ng.org/forum/topic/12463/laravel-xen-orchestra-v1.0.0-open-source-php-laravel-client-for-the-xo-rest-api</link><generator>RSS for Node</generator><lastBuildDate>Thu, 10 Sep 2026 14:04:48 GMT</lastBuildDate><atom:link href="https://xcp-ng.org/forum/topic/12463.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 10 Sep 2026 12:28:06 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Laravel Xen Orchestra v1.0.0 — Open-source PHP/Laravel client for the XO REST API on Thu, 10 Sep 2026 13:26:27 GMT]]></title><description><![CDATA[<p dir="auto">Nice work, and thank you for putting it out under MIT. <img src="https://xcp-ng.org/forum/assets/plugins/nodebb-plugin-emoji/emoji/android/1f44d.png?v=2bdbead4301" class="not-responsive emoji emoji-android emoji--+1" style="height:23px;width:auto;vertical-align:middle" title=":+1:" alt="👍" /></p>
<p dir="auto">What happens to a client like this when the REST API moves under it? You have tagged 1.0.0 against 6.8.0 and 0.39.0, and I am curious whether you are planning to track versions or to fail loudly when something it expects has gone. <img src="https://xcp-ng.org/forum/assets/plugins/nodebb-plugin-emoji/emoji/android/1f914.png?v=2bdbead4301" class="not-responsive emoji emoji-android emoji--thinking_face" style="height:23px;width:auto;vertical-align:middle" title=":thinking_face:" alt="🤔" /></p>
]]></description><link>https://xcp-ng.org/forum/post/108403</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/108403</guid><dc:creator><![CDATA[poddingue]]></dc:creator><pubDate>Thu, 10 Sep 2026 13:26:27 GMT</pubDate></item></channel></rss>