PHPackages                             advanced-ads/updater - 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. advanced-ads/updater

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

advanced-ads/updater
====================

The advanced ads addon updater

0147PHP

Since Mar 10Pushed 1y ago3 watchersCompare

[ Source](https://github.com/advanced-ads/updater)[ Packagist](https://packagist.org/packages/advanced-ads/updater)[ RSS](/packages/advanced-ads-updater/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Framework
=========

[](#framework)

[![Framework](https://camo.githubusercontent.com/b897c37200d045f623960df871ea9d5a92442cf65f2f20d37b5e8cd7c3cbad8c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f416476616e6365644164732d557064617465722d627269676874677265656e)](https://wpadvancedads.com/)[![Latest Stable Version](https://camo.githubusercontent.com/0d0a32e6378e379e2af10d81268ba161ee5f2fb7f7ad3d9b2177e8642153b62f/68747470733a2f2f706f7365722e707567782e6f72672f616476616e6365642d6164732f757064617465722f762f737461626c65)](https://packagist.org/packages/advanced-ads/updater)[![PHP from Packagist](https://camo.githubusercontent.com/becd01dfd0108c8a281d57d3be923977b4da9c6de5cd6f8f5e8da4434ac3f562/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f616476616e6365642d6164732f757064617465722e737667)](https://packagist.org/packages/advanced-ads/updater)[![Total Downloads](https://camo.githubusercontent.com/463447e6eae6f8b7961d3c03d09c97d17ca73c340a5a2e9353e8bb469d2babcb/68747470733a2f2f706f7365722e707567782e6f72672f616476616e6365642d6164732f757064617465722f646f776e6c6f616473)](https://packagist.org/packages/advanced-ads/updater)[![License](https://camo.githubusercontent.com/58df9b4f23ef3b72d8281484dcb194e1275e285fd60a301b813aaa0d0769681f/68747470733a2f2f706f7365722e707567782e6f72672f616476616e6365642d6164732f757064617465722f6c6963656e7365)](https://packagist.org/packages/advanced-ads/updater)

 [![](https://camo.githubusercontent.com/43a32cbf269c637392a1242f1f568ce196ee15fef8f5abedbb86e19c7b1d93b9/68747470733a2f2f696d672e69636f6e73382e636f6d2f6e6f6c616e2f3235362f6d696e6563726166742d6c6f676f2e706e67)](https://camo.githubusercontent.com/43a32cbf269c637392a1242f1f568ce196ee15fef8f5abedbb86e19c7b1d93b9/68747470733a2f2f696d672e69636f6e73382e636f6d2f6e6f6c616e2f3235362f6d696e6563726166742d6c6f676f2e706e67)

📃 About
-------

[](#-about)

This package allows plugins to use their own update API.

---

💾 Installation
--------------

[](#-installation)

```
composer require advanced-ads/updater
```

🕹 Usage
-------

[](#-usage)

```
include('vendor/autoload.php');

// retrieve our license key from the DB
$license_key = trim( get_option( 'edd_sample_license_key' ) );
// setup the updater
$edd_updater = new AdvancedAds\Framework\EDD\Updater( 'STORE_URL', __FILE__, array(
    'version' => '1.0',		// current version number
    'license' => $license_key,	// license key (used get_option above to retrieve from DB)
    'item_id' => EDD_SAMPLE_ITEM_ID,	// id of this plugin
    'author'  => 'Author Name',	// author of this plugin
    'beta'    => false                // set to true if you wish customers to receive update notifications of beta releases
) );
```

📖 Changelog
-----------

[](#-changelog)

[See the changelog file](./CHANGELOG.md)

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity15

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/a8c0c9008048fdaccaef33d3fe68b29084832757fba12dd0d9543269a071ce39?d=identicon)[meshakeeb](/maintainers/meshakeeb)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/advanced-ads-updater/health.svg)

```
[![Health](https://phpackages.com/badges/advanced-ads-updater/health.svg)](https://phpackages.com/packages/advanced-ads-updater)
```

###  Alternatives

[aaronvangeffen/awstatsparser

A series of classes to help read and merge Awstats data files

112.8k](/packages/aaronvangeffen-awstatsparser)[sivka/paginator

bootstrap-4 fork of jasongrimes/php-paginator, a lightweight PHP paginator, for generating pagination controls in the style of Stack Overflow and Flickr. The 'first' and 'last' page links are shown inline as page numbers, and excess page numbers are replaced by ellipses.

141.3k](/packages/sivka-paginator)

PHPackages © 2026

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