PHPackages                             opensaucesystems/lxd - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. opensaucesystems/lxd

ActiveLibrary[API Development](/categories/api)

opensaucesystems/lxd
====================

PHP-based API wrapper for LXD REST API.

v0.12.0(5y ago)305.8k16[5 issues](https://github.com/ashleyhood/php-lxd/issues)[2 PRs](https://github.com/ashleyhood/php-lxd/pulls)MITPHPPHP ^7.3 || ^8.0CI failing

Since Aug 3Pushed 5y ago6 watchersCompare

[ Source](https://github.com/ashleyhood/php-lxd)[ Packagist](https://packagist.org/packages/opensaucesystems/lxd)[ Docs](https://git.oss.place/opensaucesystems/lxd)[ RSS](/packages/opensaucesystems-lxd/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)Dependencies (11)Versions (19)Used By (0)

php-lxd
=======

[](#php-lxd)

[![Latest Version on Packagist](https://camo.githubusercontent.com/7c3e7cf5edd334c750fe51e27d4d617e7550cb24bd85f68f577f2e79a82d3971/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f70656e736175636573797374656d732f6c78642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/opensaucesystems/lxd)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://github.com/ashleyhood/php-lxd/workflows/Testing/badge.svg)](https://github.com/ashleyhood/php-lxd/actions?query=workflow%3ATesting)[![Total Downloads](https://camo.githubusercontent.com/9211afcf399c71b8c9594f77f15f7772617f0282b58a72e45966569463d83799/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f70656e736175636573797374656d732f6c78642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/opensaucesystems/lxd)

A PHP library for interacting with the LXD REST API.

Install
-------

[](#install)

Via Composer

```
$ composer require opensaucesystems/lxd
```

For usage of this library any httpclient library is needed. If you don't already use one in your project, please install one in advance.

```
$ composer require php-http/guzzle7-adapter
```

Install for usage with Guzzle 6
-------------------------------

[](#install-for-usage-with-guzzle-6)

```
$ composer require php-http/guzzle6-adapter
$ composer require opensaucesystems/lxd "^0.9"
```

Usage
-----

[](#usage)

See the [`docs`](./docs) for more information.

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Ashley Hood](https://opensauce.systems)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 74.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~109 days

Recently: every ~129 days

Total

17

Last Release

1869d ago

PHP version history (3 changes)v0.1.0PHP ~5.5|~7.0

v0.9.0PHP ~7.2

v0.11.1PHP ^7.3 || ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4114910?v=4)[Ashley Hood](/maintainers/ashleyhood)[@ashleyhood](https://github.com/ashleyhood)

---

Top Contributors

[![ashleyhood](https://avatars.githubusercontent.com/u/4114910?v=4)](https://github.com/ashleyhood "ashleyhood (38 commits)")[![renky](https://avatars.githubusercontent.com/u/6528960?v=4)](https://github.com/renky "renky (10 commits)")[![lcherone](https://avatars.githubusercontent.com/u/3892806?v=4)](https://github.com/lcherone "lcherone (1 commits)")[![Max-Github](https://avatars.githubusercontent.com/u/2845719?v=4)](https://github.com/Max-Github "Max-Github (1 commits)")[![TonyBogdanov](https://avatars.githubusercontent.com/u/3586948?v=4)](https://github.com/TonyBogdanov "TonyBogdanov (1 commits)")

---

Tags

apiclientwrapperOpenSauceSystemslxd

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/opensaucesystems-lxd/health.svg)

```
[![Health](https://phpackages.com/badges/opensaucesystems-lxd/health.svg)](https://phpackages.com/packages/opensaucesystems-lxd)
```

###  Alternatives

[telnyx/telnyx-php

Official Telnyx PHP SDK — APIs for Voice, SMS, MMS, WhatsApp, Fax, SIP Trunking, Wireless IoT, Call Control, and more. Build global communications on Telnyx's private carrier-grade network.

35729.6k2](/packages/telnyx-telnyx-php)[openai-php/client

OpenAI PHP is a supercharged PHP API client that allows you to interact with the Open AI API

5.8k26.1M294](/packages/openai-php-client)[dhope0000/lxd

PHP-based API wrapper for LXD REST API.

136.5k](/packages/dhope0000-lxd)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.8M712](/packages/sylius-sylius)[brd6/notion-sdk-php

Notion SDK for PHP

6021.6k](/packages/brd6-notion-sdk-php)[m4tthumphrey/php-gitlab-api

GitLab API v4 client for PHP

9515.7M72](/packages/m4tthumphrey-php-gitlab-api)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
