bravo3 / cloud-controller
A library to control cloud resources on AWS, Google Cloud and Windows Azure
Requires
- php: >=5.4.0
- aws/aws-sdk-php: ~2.5
- bravo3/cache: ~0.1.1
- bravo3/network-proxy: ~1.1
- eloquent/enumeration: ~5.1
- google/apiclient: 1.0.*@beta
- psr/log: ~1.0
Requires (Dev)
- phpunit/phpunit: >=4.0.0
This package is not auto-updated.
Last update: 2024-11-09 16:16:52 UTC
README
PHP 5.4 PSR compliant cloud infrastructure abstraction.
-- Early Development --
Contributions welcome! This project is an active prerequisite for a larger project.
If you'd like to advance the development, shoot me a message to become a collaborator.
This is a abstraction from major cloud provider APIs allowing you to control services such as AWS, Google Cloud Compute and Windows Azure from a common interface. The end result of this is that you could completely switch your entire infrastructure integration simply by changing a provider name.
This library should cover all common components including compute resource (EC2, Google Cloud Compute, etc), load balancing and object storage. Included in this should be all VPC, network, firewall, IP allocation and disk management.
What Is Working
Amazon Web Services
Instance Manager
- Create EC2 instances in multiple zones
- Start, stop, restart, terminate instances
- Save, describe & delete images (AMIs)
Object Store
- Put object
- Retrieve object
- Check if object exists
- Delete object
Google Cloud
Instance Manager
- Create compute instances in multiple zones
- Describe instances
Windows Azure
Planned.