PHPackages                             irap/route53-wrapper - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. irap/route53-wrapper

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

irap/route53-wrapper
====================

A package that makes it easier to work with AWS Route53

0.1.0(8y ago)034MITPHPPHP &gt;=7.0.0

Since Feb 28Pushed 8y ago1 watchersCompare

[ Source](https://github.com/iRAP-software/package-route53-wrapper)[ Packagist](https://packagist.org/packages/irap/route53-wrapper)[ Docs](https://github.com/iRAP-software/package-route53-wrapper)[ RSS](/packages/irap-route53-wrapper/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (3)Used By (0)

Route 53 Wrapper
================

[](#route-53-wrapper)

This is a package to make it much easier to work with the Route53 service.

The AWS documentation for the raw requests this wraps around:

- [Route53](https://docs.aws.amazon.com/aws-sdk-php/v3/api/namespace-Aws.Route53.html)
- [Route53Domains](https://docs.aws.amazon.com/aws-sdk-php/v3/api/namespace-Aws.Route53Domains.html)

Installation
------------

[](#installation)

```
composer require irap/route53-wrapper

```

Example Usage
-------------

[](#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();
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

3044d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/52783970b96ca5954e3335aacc48870d8db7ee70dad5adaa0170a37e0b028566?d=identicon)[irap\_admin](/maintainers/irap_admin)

---

Top Contributors

[![programster](https://avatars.githubusercontent.com/u/5709838?v=4)](https://github.com/programster "programster (6 commits)")

---

Tags

awsroute53

### Embed Badge

![Health badge](/badges/irap-route53-wrapper/health.svg)

```
[![Health](https://phpackages.com/badges/irap-route53-wrapper/health.svg)](https://phpackages.com/packages/irap-route53-wrapper)
```

###  Alternatives

[aws/aws-sdk-php-symfony

A Symfony bundle for v3 of the AWS SDK for PHP

36418.3M23](/packages/aws-aws-sdk-php-symfony)[ellaisys/aws-cognito

AWS Cognito package that allows Auth and other related features using the AWS SDK for PHP

121242.9k1](/packages/ellaisys-aws-cognito)[altis/core

Core module for Altis

19222.5k2](/packages/altis-core)[gmo/credstash

A utility for managing secrets in the cloud using AWS KMS and DynamoDB

20160.4k](/packages/gmo-credstash)[dumpk/elastcoder

AWS Elastic Transcoder Service Integration

2719.7k](/packages/dumpk-elastcoder)[pluginscart/dynamodb-php

Access AWS DynamoDB through simpler interface in PHP.

1114.4k](/packages/pluginscart-dynamodb-php)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
