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

https://github.com/roundpartner/cloud

Cloud Service for RoundPartner
https://github.com/roundpartner/cloud

openstack php rackspace

Last synced: 8 months ago
JSON representation

Cloud Service for RoundPartner

Awesome Lists containing this project

README

          

# Cloud
Cloud Service for RoundPartner

## Install
```bash
composer update
```
## Testing
```bash
./vendor/bin/phpunit
```
## Code Quality
```bash
./vendor/bin/phpcs --standard=psr2 ./src ./tests
./vendor/bin/phpcbf --standard=psr2 ./src ./tests
```