PHPackages                             kasparsd/envato-automatic-plugin-update - 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. kasparsd/envato-automatic-plugin-update

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

kasparsd/envato-automatic-plugin-update
=======================================

WordPress plugin library for providing automatic plugin updates to CodeCanyon plugins

1.0(11y ago)23154[2 issues](https://github.com/kasparsd/envato-automatic-plugin-update/issues)GPL-2.0+PHP

Since Aug 27Pushed 10y ago5 watchersCompare

[ Source](https://github.com/kasparsd/envato-automatic-plugin-update)[ Packagist](https://packagist.org/packages/kasparsd/envato-automatic-plugin-update)[ Docs](https://github.com/kasparsd/envato-automatic-plugin-update)[ RSS](/packages/kasparsd-envato-automatic-plugin-update/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

Automatic Updates for CodeCanyon WordPress Plugins
==================================================

[](#automatic-updates-for-codecanyon-wordpress-plugins)

This is a library for WordPress plugin developers who sell their plugins on [CodeCanyon](http://codecanyon.net/?ref=Preseto) and would like to provide automatic plugin updates to their users.

Requirements
------------

[](#requirements)

User must install the [Envato WordPress Toolkit](https://github.com/envato/envato-wordpress-toolkit) plugin.

Instructions
------------

[](#instructions)

In your plugin, attach an action to `plugins_loaded`:

```
add_action( 'plugins_loaded', 'my_envato_updates_init' );

function my_envato_updates_init() {

	include plugin_dir_path( __FILE__ ) . 'lib/envato-plugin-update.php';

	PresetoPluginUpdateEnvato::instance()->add_item( array(
			'id' => NNNNNNN,
			'basename' => plugin_basename( __FILE__ )
		) );

}

```

where the `id` is the product ID of your plugin. For example, the product ID of this plugin:

```
http://codecanyon.net/item/storage-for-contact-form-7-/7806229

```

is

```
7806229

```

Example
-------

[](#example)

This library is used by the [Storage for Contact Form 7 plugin](http://codecanyon.net/item/storage-for-contact-form-7-/7806229?ref=Preseto).

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

Unknown

Total

1

Last Release

4328d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/169055?v=4)[Kaspars Dambis](/maintainers/kasparsd)[@kasparsd](https://github.com/kasparsd)

---

Top Contributors

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

---

Tags

wordpresslibraryupdatesplugins

### Embed Badge

![Health badge](/badges/kasparsd-envato-automatic-plugin-update/health.svg)

```
[![Health](https://phpackages.com/badges/kasparsd-envato-automatic-plugin-update/health.svg)](https://phpackages.com/packages/kasparsd-envato-automatic-plugin-update)
```

###  Alternatives

[tgmpa/tgm-plugin-activation

TGM Plugin Activation is a PHP library that allows you to easily require or recommend plugins for your WordPress themes (and plugins).

1.8k230.2k13](/packages/tgmpa-tgm-plugin-activation)[maiorano84/shortcodes

Implement Shortcode syntax anywhere

7766.0k5](/packages/maiorano84-shortcodes)

PHPackages © 2026

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