PHPackages                             curfle/package-modernyze - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. curfle/package-modernyze

ActiveLibrary[HTTP &amp; Networking](/categories/http)

curfle/package-modernyze
========================

Package that supports the connection to a Modernyze update server

v0.1.2(4y ago)0148PHPPHP &gt;=8.0

Since Sep 1Pushed 4y agoCompare

[ Source](https://github.com/curfle/package-modernyze)[ Packagist](https://packagist.org/packages/curfle/package-modernyze)[ RSS](/packages/curfle-package-modernyze/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

Modernyze
=========

[](#modernyze)

Modernyze is a package to help you easily connect to a Modernyze update server.

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

[](#installation)

```
composer require curfle/package-modernyze
```

Example
-------

[](#example)

```
use Modernyze\Facades\Modernyze;

// set up the connection
Modernyze::setUrl("https://distribution.example.com")
    ->setSecret("MY_SECRET");
    ->setToken("MY_TOKEN");

// check all products
$products = Modernyze::allProducts();

// get the latest version of a product
$latest = Modernyze::latestVersion("my-product");

// get information about a specific product version
$information = Modernyze::versionInformation("my-product", "1.0.0");

// download, verify and install this product version
Modernyze::update("my-product", "1.0.0", app_path());
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

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

3

Last Release

1764d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/52662462?v=4)[joonlabs](/maintainers/joonlabs)[@joonlabs](https://github.com/joonlabs)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/curfle-package-modernyze/health.svg)

```
[![Health](https://phpackages.com/badges/curfle-package-modernyze/health.svg)](https://phpackages.com/packages/curfle-package-modernyze)
```

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25126.1M82](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

11937.9M6.9k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k24.3k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

87965.9k114](/packages/httpsoft-http-message)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.4M90](/packages/mezzio-mezzio-router)[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69127.2k](/packages/serpapi-google-search-results-php)

PHPackages © 2026

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