PHPackages                             achievers/cloudfront-ip-alert - 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. achievers/cloudfront-ip-alert

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

achievers/cloudfront-ip-alert
=============================

Display updated Amazon CloudFront IP addresses.

0.3(9y ago)052.0k↓35.6%2MITJavaScriptPHP &gt;=5.6.0

Since Jan 31Pushed 9y ago5 watchersCompare

[ Source](https://github.com/Achievers/cloudfront-ip-alert)[ Packagist](https://packagist.org/packages/achievers/cloudfront-ip-alert)[ Docs](https://github.com/Achievers/cloudfront-ip-alert)[ RSS](/packages/achievers-cloudfront-ip-alert/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (5)Used By (0)

cloudfront-ip-alert
===================

[](#cloudfront-ip-alert)

Sends an email when Amazon CloudFront IP addresses are updated

======= Basic useful feature list
=================================

[](#basic-useful-feature-list)

- Lightweight Library
- Checks Amazon CloudFront IP and alert user.
- Can easily integrate with email notification or 3rd party notification.

Description
===========

[](#description)

Installation
============

[](#installation)

The easiest way to install is via Composer.

```
{
    "require": {
        "achievers/cloudfront-ip-alert": "0.*"
    }
}

```

Usage
=====

[](#usage)

Take a look at index.php for an example. Here is a quick start:

```
require_once('CloudFront/IPWhiteList.php');

use Achievers\CloudFront\IPWhiteList;

$cloudFrontIP = new IPWhiteList(); // Initialize a class
$listOfIPs = $cloudFrontIP->getLastCloudFrontFile(); //Get the latest CloudFront file
$data = $cloudFrontIP->checkIP($listOfIPs); //Return a list of changes

```

Config
======

[](#config)

You can pass in configuration for customization cloudFrontType : The CloudFront file from Amazon contains IP of different services. Default is "CLOUDFRONT".

cloudFrontLastFile : The is the full file path where we will store the most recent file as. ie. '/tmp/ip-ranges-old.json'.

cloudFrontUrl : The URL to Amazon CloudFront file. Default ''

License
=======

[](#license)

MIT License

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 95.7% 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

4

Last Release

3392d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1a7c4bd72c2ea27b11e0028dfb0db184d57c233ede4c496f136150c35fc57844?d=identicon)[harriswong](/maintainers/harriswong)

---

Top Contributors

[![harriswong](https://avatars.githubusercontent.com/u/572862?v=4)](https://github.com/harriswong "harriswong (22 commits)")[![perrupa](https://avatars.githubusercontent.com/u/1577452?v=4)](https://github.com/perrupa "perrupa (1 commits)")

### Embed Badge

![Health badge](/badges/achievers-cloudfront-ip-alert/health.svg)

```
[![Health](https://phpackages.com/badges/achievers-cloudfront-ip-alert/health.svg)](https://phpackages.com/packages/achievers-cloudfront-ip-alert)
```

PHPackages © 2026

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