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. irap/route53-wrapper

ActiveLibrary

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 2mo ago

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 27% 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

2996d 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

[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.6k263.6M790](/packages/league-flysystem-aws-s3-v3)[aws/aws-sdk-php-laravel

A simple Laravel 9/10/11/12/13 service provider for including the AWS SDK for PHP.

1.7k35.6M75](/packages/aws-aws-sdk-php-laravel)[bref/laravel-bridge

An advanced Laravel integration for Bref, including Octane support.

3384.1M11](/packages/bref-laravel-bridge)[maxbanton/cwh

AWS CloudWatch Handler for Monolog library

42515.3M27](/packages/maxbanton-cwh)[ellaisys/aws-cognito

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

120220.7k1](/packages/ellaisys-aws-cognito)[sunaoka/laravel-ses-template-driver

Amazon SES template mail driver for Laravel.

1088.0k](/packages/sunaoka-laravel-ses-template-driver)

PHPackages © 2026

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