PHPackages                             myforksfiles/clipack - 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. [CLI &amp; Console](/categories/cli)
4. /
5. myforksfiles/clipack

ActiveLibrary[CLI &amp; Console](/categories/cli)

myforksfiles/clipack
====================

Laravel commands pack

v11.x-dev(1y ago)020MITPHPPHP &gt;=8.3CI passing

Since Sep 26Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/myForksFiles/clipack)[ Packagist](https://packagist.org/packages/myforksfiles/clipack)[ RSS](/packages/myforksfiles-clipack/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (1)Dependencies (23)Versions (4)Used By (0)

clipack
=======

[](#clipack)

Laravel CLI commands tools pack.

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

[](#requirements)

- PHP 8.3+
- Laravel 12.x
- Composer 2.x

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

[](#installation)

```
composer require myforksfiles/clipack
```

The service provider is auto-discovered by Laravel.

To publish the configuration file:

```
php artisan vendor:publish --tag=clipack-config
```

To publish package translations:

```
php artisan vendor:publish --tag=clipack-lang
```

Configuration
-------------

[](#configuration)

Published configuration is available as `config/clipack.php`.

Important options:

```
CLIPACK_AUTH_BASIC_ENABLED=false
CLIPACK_AUTH_USER=user
CLIPACK_AUTH_PASSWORD=secretPassword
CLIPACK_RUN_PHP_ENABLED=false
CLIPACK_ALLOWED_HOSTS=
CLIPACK_MYSQL_BINARY=mysql
CLIPACK_USER_MODEL=App\Models\User
CLIPACK_EXTRA_LOGS_DIR=
CLIPACK_LOG_ROTATE_PATH=
CLIPACK_LOG_ROTATE_ARCHIVE=
CLIPACK_LOG_ROTATE_DAYS=60
```

`mff:runphp` is disabled by default and should only be enabled in local/development environments.

Command naming
--------------

[](#command-naming)

All package commands use the `mff:` prefix. Legacy names remain available as aliases where noted.

CommandAlias(es)Description`mff:clear``clean`, `cleanup`, `mff:cleanup`, `mff:clear:all`, `mff:clean:up`, `mff:cache:clear`, `mff:cached`, `mff:dev:clear`, `dev:clear`Clear Laravel caches via Artisan/Cache APIs`mff:clean:files``mff:files:clear`Delete storage cache/session/view files and truncate logs`mff:logs:clear``mff:apache:logs`Truncate Laravel and web server logs`mff:logs:rotate``knx:qs:logs:rotate`Archive log files and prune old archives`mff:db:dump`MySQL dump to `storage/sqlDumps``mff:db:import`Import a SQL dump`mff:dev:log``dev:log`Dev status lock/log helper`mff:runphp`Run allowlisted local PHP helper scripts`mff:schedule:list``mff:scheduled`List scheduled commands`mff:auth:basic`Toggle/inspect basic-auth flag file`mff:disk:free``mff:space`Disk free/used report`mff:disk:check``knx:qs:disk`Disk check with optional log file`mff:create:user`Create/update user via configured model`mff:lang:export`Export language keys to CSV`mff:crontab:backup`Backup current crontab`mff:schema:check``dev:check:schema`Schema/migrations/models check`mff:security:audit``security:audit`PHP/server security audit report`mff:security:check``mmf:security:check`Run `local-php-security-checker``mff:video:download:x``video:download:x`Download X/Twitter video via yt-dlp`mff:video:download:yt``video:download:yt`Download YouTube video via yt-dlp`mff:youtube:transcript``youtube:transcript`Download YouTube transcript`mff:article:from-transcript``article:from-transcript`Build article from transcript`mff:youtube:channel-id``youtube:channel-id`Resolve YouTube channel IDUsage examples
--------------

[](#usage-examples)

### Dev log

[](#dev-log)

```
php artisan mff:dev:log message "your message"
php artisan mff:dev:log
php artisan mff:dev:log --all
```

### Clear helpers

[](#clear-helpers)

```
# 1) Laravel APIs (Artisan + Cache::flush)
php artisan mff:clear
php artisan mff:clear --rebuild-config

# 2) Delete files on disk (framework cache/views/sessions + logs)
php artisan mff:clean:files
php artisan mff:clean:files --report --skip-logs
php artisan mff:clean:files --extra-logs-dir=../.ddev/logs

# legacy aliases still work: cleanup, clean, mff:cache:clear, dev:clear, ...
php artisan mff:logs:rotate --create-missing
php artisan mff:lang:export
php artisan mff:create:user --email=admin@example.test --name=Admin
php artisan mff:disk:check --log
```

### Database dump

[](#database-dump)

```
php artisan mff:db:dump
php artisan mff:db:import storage/sqlDumps/example.sql --force
```

### Run PHP helper file

[](#run-php-helper-file)

Disabled by default. Enable only in local/development environments:

```
CLIPACK_RUN_PHP_ENABLED=true
```

```
php artisan mff:runphp storage/app/clipack-scripts/example.php --force
```

### Media helpers

[](#media-helpers)

```
php artisan mff:video:download:x "https://x.com/user/status/123"
php artisan mff:video:download:yt "https://www.youtube.com/watch?v=VIDEO_ID"
php artisan mff:youtube:transcript "https://www.youtube.com/watch?v=VIDEO_ID" --lang=pl,en,de
php artisan mff:article:from-transcript storage/app/transcripts/youtube/example.txt
php artisan mff:youtube:channel-id @GoogleDevelopers
```

### Security

[](#security)

```
php artisan mff:security:audit
php artisan mff:security:audit --json
php artisan mff:security:check
```

Translations
------------

[](#translations)

The package uses Laravel translations under the `clipack::messages` namespace.

Included languages: `en`, `pl`, `de`.

Development
-----------

[](#development)

```
composer install
composer test
composer analyse
composer rector:test
composer format:test
```

Testing stack
-------------

[](#testing-stack)

- Pest
- Orchestra Testbench
- PHPStan/Larastan
- Rector
- Laravel Pint

License
-------

[](#license)

MIT

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance67

Regular maintenance activity

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

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

657d ago

### Community

Maintainers

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

---

Top Contributors

[![myForksFiles](https://avatars.githubusercontent.com/u/15812908?v=4)](https://github.com/myForksFiles "myForksFiles (13 commits)")

---

Tags

laravellaravel5myforksfilesclipack

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/myforksfiles-clipack/health.svg)

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

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.8k2.5k](/packages/unopim-unopim)[api-platform/laravel

API Platform support for Laravel

58190.1k21](/packages/api-platform-laravel)[ronasit/laravel-entity-generator

Provided console command for generating entities.

2053.6k](/packages/ronasit-laravel-entity-generator)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21327.3k4](/packages/ecotone-laravel)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

4041.8k](/packages/codewithdennis-larament)[duncanmcclean/statamic-cargo

Comprehensive e-commerce addon for Statamic. Build bespoke e-commerce sites without the complexity.

3622.8k](/packages/duncanmcclean-statamic-cargo)

PHPackages © 2026

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