PHPackages                             meklis/telnet - 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. meklis/telnet

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

meklis/telnet
=============

Telnet client in php

1.2.2(5y ago)2831↓50%31MITPHPPHP &gt;=5.6.0

Since Oct 29Pushed 4y ago1 watchersCompare

[ Source](https://github.com/meklis/telnet-client)[ Packagist](https://packagist.org/packages/meklis/telnet)[ RSS](/packages/meklis-telnet/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)DependenciesVersions (10)Used By (1)

Telnet
======

[](#telnet)

Forked from .
Telnet client written in php

Description
-----------

[](#description)

- Telnet to Linux/UNIX servers
- Telnet to network routeres (Cisco IOS , Juniper JUNOS, Xtreme XOS, Dlink, BDcom)

Requirement
-----------

[](#requirement)

- PHP 5.6 or later (PHP 7.0 ready!)

Usage
-----

[](#usage)

### Telnet to Cisco IOS router

[](#telnet-to-cisco-ios-router)

```
try {
    $telnet = new \meklis\network\Telnet('10.0.0.1');
    $telnet->connect();
    $telnet->login('foo', 'bar', 'cisco');
    $telnet->exec('terminal length 0');
    $telnet->exec('enable'."\r\n".'foobar');
    $telnet->setPrompt('router#');

    $result = $telnet->exec('show env all');
    echo $result."\n";
} catch (Exception $e) {
    echo $e->getMessage();
}
```

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

[](#installation)

Use composer ()

License
-------

[](#license)

MIT

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 56.1% 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 ~303 days

Recently: every ~413 days

Total

9

Last Release

2155d ago

PHP version history (2 changes)v1.0.0.x-devPHP &gt;=5.3.0

1.1.1PHP &gt;=5.6.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/96e33529c633d65792035730b2f17d7c59e58672a97077ec684fd019d22a39d2?d=identicon)[meklis](/maintainers/meklis)

---

Top Contributors

[![bigfoot90](https://avatars.githubusercontent.com/u/4598274?v=4)](https://github.com/bigfoot90 "bigfoot90 (23 commits)")[![meklis](https://avatars.githubusercontent.com/u/16430599?v=4)](https://github.com/meklis "meklis (15 commits)")[![bn-server](https://avatars.githubusercontent.com/u/12021107?v=4)](https://github.com/bn-server "bn-server (1 commits)")[![miyahan](https://avatars.githubusercontent.com/u/11690370?v=4)](https://github.com/miyahan "miyahan (1 commits)")[![MyIgel](https://avatars.githubusercontent.com/u/1448057?v=4)](https://github.com/MyIgel "MyIgel (1 commits)")

---

Tags

routertelnetciscojuniperdlinkxosbdcomxtreme

### Embed Badge

![Health badge](/badges/meklis-telnet/health.svg)

```
[![Health](https://phpackages.com/badges/meklis-telnet/health.svg)](https://phpackages.com/packages/meklis-telnet)
```

###  Alternatives

[bramus/router

A lightweight and simple object oriented PHP Router

1.1k458.8k49](/packages/bramus-router)[izniburak/laravel-auto-routes

Auto Route Generating (Auto-Discovery) Package for Laravel

23645.3k](/packages/izniburak-laravel-auto-routes)[graze/telnet-client

Telnet client written in PHP

50233.9k4](/packages/graze-telnet-client)[bestnetwork/telnet

Telnet client in php

2428.6k](/packages/bestnetwork-telnet)[proai/lumen-annotations

Route and event binding annotations for Laravel Lumen

1012.4k](/packages/proai-lumen-annotations)[miranj/craft-router

Use URL segments as filtering criteria on an entry query.

231.6k](/packages/miranj-craft-router)

PHPackages © 2026

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