PHPackages                             limanmys/toolkit - 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. limanmys/toolkit

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

limanmys/toolkit
================

Toolkit is a library that provides various helpers and classes to make the development of liman extensions easier.

2.0.0(1y ago)2757MITPHP

Since Nov 9Pushed 1y ago3 watchersCompare

[ Source](https://github.com/limanmys/toolkit)[ Packagist](https://packagist.org/packages/limanmys/toolkit)[ RSS](/packages/limanmys-toolkit/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (6)Dependencies (4)Versions (7)Used By (0)

Toolkit
=======

[](#toolkit)

Toolkit is a library that provides various helpers and classes to make the development of Liman extensions easier.

Toolkit, Liman eklentilerinin geliştirilmesini kolaylaştırmak için çeşitli yardımcılar ve sınıflar sağlayan bir kütüphanedir.

Examples / Örnekler
-------------------

[](#examples--örnekler)

### Distro

[](#distro)

```
use Liman\Toolkit\OS\Distro;

```

```
Distro::debian('apt install nano -y')
    ->centos('yum install nano -y')
    ->runSudo();

```

```
Distro::debian("echo 'debian'")
    ->centos("echo 'centos'")
    ->centos6("echo 'centos6'")
    ->centos7("echo 'centos7'")
    ->pardus19("echo 'pardus19'")
    ->pardus192("echo 'pardus19.2'")
    ->pardus193("echo 'pardus19.3'")
    ->ubuntu("echo 'ubuntu'")
    ->ubuntu1804("echo 'ubuntu18.04'")
    ->ubuntu2004("echo 'ubuntu20.04'")
    ->ubuntu2010("echo 'ubuntu20.10'")
    ->default("echo 'Hiçbiri değil'")
    ->run();

```

### Command

[](#command)

```
use Liman\Toolkit\Shell\Command;

```

```
echo Command::run('hostname');

```

```
Command::runSudo('hostnamectl set-hostname @{:hostname}', [
    'hostname' => request('hostname')
]);

```

```
use Liman\Toolkit\Shell\SSHEngine;

```

```
SSHEngine::init(
    request('ipAddress'),
    request('username'),
    request('password')
);
Command::bindEngine(SSHEngine::class);
echo Command::run('hostname');

```

### Formatter

[](#formatter)

```
use Liman\Toolkit\Formatter;

```

```
echo Formatter::run('hostnamectl set-hostname @{:hostname}', [
    'hostname' => request('hostname')
]);

//output: hostnamectl set-hostname pardus

```

### Validation

[](#validation)

[Documantation/Dökümantasyon](https://laravel.com/docs/8.x/validation#available-validation-rules)

```
validate([
    'hostname' => 'required|string'
]);

```

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance42

Moderate activity, may be stable

Popularity16

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 72.7% 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 ~313 days

Recently: every ~391 days

Total

6

Last Release

484d ago

Major Versions

1.0.4 → 2.0.02025-02-24

### Community

Maintainers

![](https://www.gravatar.com/avatar/5909760316620dc878a806999fd373f34114dcaa0426732860e054baca5f3e17?d=identicon)[dogukanoksuz](/maintainers/dogukanoksuz)

![](https://avatars.githubusercontent.com/u/22657961?v=4)[Baran Sekin](/maintainers/brnskn)[@brnskn](https://github.com/brnskn)

---

Top Contributors

[![brnskn](https://avatars.githubusercontent.com/u/22657961?v=4)](https://github.com/brnskn "brnskn (8 commits)")[![dogukanoksuz](https://avatars.githubusercontent.com/u/32539161?v=4)](https://github.com/dogukanoksuz "dogukanoksuz (3 commits)")

### Embed Badge

![Health badge](/badges/limanmys-toolkit/health.svg)

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

###  Alternatives

[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9742.3M121](/packages/roots-acorn)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

252143.0k](/packages/erag-laravel-disposable-email)[illuminate/session

The Illuminate Session package.

9938.5M821](/packages/illuminate-session)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45344.0k1](/packages/pressbooks-pressbooks)[flarum/core

Delightfully simple forum software.

201.4M2.2k](/packages/flarum-core)

PHPackages © 2026

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