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
- Host: GitHub
- URL: https://github.com/roundpartner/cloud
- Owner: roundpartner
- Created: 2016-02-25T16:57:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-08-25T12:06:44.000Z (almost 3 years ago)
- Last Synced: 2025-07-29T20:37:30.627Z (10 months ago)
- Topics: openstack, php, rackspace
- Language: PHP
- Size: 216 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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
```