Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/turtle0x1/php-lxd

A PHP library for interacting with the LXD REST API
https://github.com/turtle0x1/php-lxd

Last synced: about 1 month ago
JSON representation

A PHP library for interacting with the LXD REST API

Lists

README

        

## Fork

This is a fork of https://opensauce.systems project, but with some of the new
api's added.

Thanks for the work

# php-lxd

[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Build Status][ico-travis]][link-travis]
[![Total Downloads][ico-downloads]][link-downloads]

A PHP library for interacting with the LXD REST API.

## Install

Via Composer

``` bash
$ composer require dhope0000/lxd
```

## Usage

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

## Change log

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

## Testing

``` bash
$ composer test
```

## Contributing

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

## Security

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

## Credits

- [Ashley Hood][link-author]
- [All Contributors][link-contributors]

## License

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

[ico-version]: https://img.shields.io/packagist/v/dhope0000/lxd.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/ashleyhood/php-lxd/master.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/dhope0000/lxd.svg?style=flat-square

[link-packagist]: https://packagist.org/packages/dhope0000/lxd
[link-travis]: https://travis-ci.org/ashleyhood/php-lxd
[link-downloads]: https://packagist.org/packages/dhope0000/lxd
[link-author]: https://opensauce.systems
[link-contributors]: ../../contributors