Skip to content

patsplat/awschema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWSchema

AWSchema decorates the AWS PHP SDK with useful methods.

AWS applications often involve a wider collection of services than what is supported by CloudFormation alone. The initial focus is to add "createENTITYIfNotExists" and "deleteENTITYIfExists" methods.

Any pull request which improves the maintenance and migration of AWS clusters will be entertained.

require 'vendor/autoload.php';

use patsplat\awschema\AWSchema;

# same signature as Aws::factory
$aws = new AWSchema(array(
    'profile' => 'my_profile',
    'region'  => 'us-east-1',
));

Supported Services

Not yet.

TODO (aka Unsupported Services)

AutoScaling

CloudFormation

CloudFront

CloudHSM

CloudSearch

CloudTrail

CloudWatchLogs

CodeDeploy

About

Setup and teardown aws resources

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages