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: 3 months ago
JSON representation
A PHP library for interacting with the LXD REST API
- Host: GitHub
- URL: https://github.com/turtle0x1/php-lxd
- Owner: turtle0x1
- License: mit
- Fork: true (ashleyhood/php-lxd)
- Created: 2018-12-13T23:55:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-18T09:41:28.000Z (6 months ago)
- Last Synced: 2024-10-20T10:09:15.776Z (3 months ago)
- Language: PHP
- Size: 137 KB
- Stars: 13
- Watchers: 5
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
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