PHPackages                             ahmadddd/tp-link-m7200-api - 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. ahmadddd/tp-link-m7200-api

ActiveLibrary

ahmadddd/tp-link-m7200-api
==========================

TPLink modem API

01PHP

Since Aug 29Pushed 3y ago1 watchersCompare

[ Source](https://github.com/ahmmadddd/tp-link-m7200-api)[ Packagist](https://packagist.org/packages/ahmadddd/tp-link-m7200-api)[ RSS](/packages/ahmadddd-tp-link-m7200-api/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

TP-LINK M7000 - M7200 Modem API
===============================

[](#tp-link-m7000---m7200-modem-api)

tpMIFI 4G LTE Modem API.

\###Login and reboot device

```
$tp = new \TPLink\TPLinkM7200("MODEM_PASSWORD");
$l = $tp->authentication();
$tp->rebootDevice($l->getToken());
```

\###About encryption

The modem uses 2 encryption methods, these are: **`AES`** and **`RSA`** encryption methods.

example post data

```
{
  "data":"896PxtQw9XZsQGxHQ+pT3arDvAxGzzWitDTBFVLAqk3KrZ3/2HT10gRMmHuUrnWymZI7jQIdP1mNfwW++rbdy3sdksT4su690Si5xlKKKx/XLe22lk5ItMYZy7bbfz7T",
  "sign":"3daaf3e1447ab187b68a7b9736d85b2cc511f709d6c73e48e02e0a0b560d15dbe1ed116bc2f98452e73571202238cc117560bc2cb8dd3e6dd42a8d73c0b65cb082cec0e45c6b7d199bcbce9fbbd7c343b92dff2eb69ee5aac32f89ccc91706a461ceb964ac84c2247a00fa96d64637401bf486004a05443f308c8175e984f4b7"
}
```

```
{
  "data" : "ENCRYPTED AES DATA",
  "sign" : "ENCRYPTED RSA DATA"
}
```

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity24

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/8500cee7d889077fa9683bd5602969d0e0649af8204530e5a25c05d700e71ef2?d=identicon)[k9n4ultra](/maintainers/k9n4ultra)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/ahmadddd-tp-link-m7200-api/health.svg)

```
[![Health](https://phpackages.com/badges/ahmadddd-tp-link-m7200-api/health.svg)](https://phpackages.com/packages/ahmadddd-tp-link-m7200-api)
```

PHPackages © 2026

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