2017 © Pedro Peláez
 

library route53-wrapper

A package that makes it easier to work with AWS Route53

image

irap/route53-wrapper

A package that makes it easier to work with AWS Route53

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 50 % Grown

The README.md

Route 53 Wrapper

This is a package to make it much easier to work with the Route53 service., (*1)

The AWS documentation for the raw requests this wraps around: * Route53 * Route53Domains, (*2)

Installation

composer require irap/route53-wrapper

Example Usage


# include packagist's autoloader require_once(__DIR__ . '/vendor/autoload.php'); # Create the route53 client for interfacing with route53 $region = \iRAP\Route53Wrapper\Objects\AwsRegion::create_EU_W1(); $route53Client = new \iRAP\Route53Wrapper\Route53Client('myAwsKey', 'myAwsSecretKey', $region); # Get our zones... $hostedZones = $route53Client->getHostedZones();

The Versions

28/02 2018

dev-master

9999999-dev https://github.com/iRAP-software/package-route53-wrapper

A package that makes it easier to work with AWS Route53

  Sources   Download

MIT

The Requires

 

aws route53

28/02 2018

0.0.1

0.0.1.0 https://github.com/iRAP-software/package-route53-wrapper

A package that makes it easier to work with AWS Route53

  Sources   Download

MIT

The Requires

 

aws route53

28/02 2018

0.1.0

0.1.0.0 https://github.com/iRAP-software/package-route53-wrapper

A package that makes it easier to work with AWS Route53

  Sources   Download

MIT

The Requires

 

aws route53