PHPackages                             mtvtd/mtvtd-cli - 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. [Framework](/categories/framework)
4. /
5. mtvtd/mtvtd-cli

ActiveProject[Framework](/categories/framework)

mtvtd/mtvtd-cli
===============

MTVTD CLI

v1.0.5(2y ago)0714MITPHPPHP ^8.0

Since Sep 25Pushed 2y ago1 watchersCompare

[ Source](https://github.com/mtvtd/cli)[ Packagist](https://packagist.org/packages/mtvtd/mtvtd-cli)[ Docs](https://laravel-zero.com)[ RSS](/packages/mtvtd-mtvtd-cli/feed)WikiDiscussions main Synced 1mo ago

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

MTVTD Advanced Deploy Script
============================

[](#mtvtd-advanced-deploy-script)

This script is used to make deployment of the websites easier and more robust.

---

Build
-----

[](#build)

- `php mtvtd app:build mtvtd`
- Docs:

Setup this package:
-------------------

[](#setup-this-package)

- `composer require mtvtd/mtvtd-cli --dev`
- `php vendor/bin/mtvtd init`
- Create Bitbucket Repo Token
- Add tokens within CircleCI environments
- Update/Create .circleci/config.yml
- Create Trigger within CircleCI with name `composer-schedule`

**CircleCI environment variables:**

```
GIT_USER=
BITBUCKET_REPO=
BITBUCKET_TOKEN=
```

**Sample .circleci/config.yml**

```
version: 2.1
workflows:
  composer-schedule:
    jobs:
      - composer-update
    when:
      and:
        - equal: [ scheduled_pipeline, > ]
        - equal: [ "composer-schedule", > ]
jobs:
  composer-update:
    docker:
        - image: cimg/php:8.0
    steps:
        - checkout
        - restore_cache:
            keys:
              - v1-dependencies-{{ checksum "composer.lock" }}
              - v1-dependencies-
        - run:
            name: Install Composer Dependecies
            command: composer install --prefer-dist --no-interaction --no-progress --no-scripts --no-suggest
        - save_cache:
            paths:
              - ./vendor
            key: v1-dependencies-{{ checksum "composer.lock" }}
        - run:
            name: Run Composer Update Script
            command: php vendor/bin/mtvtd composer:update
        - run:
            name: Create Bitbucket PR
            command: php vendor/bin/mtvtd bitbucket:create-pr hotfix/composer-update master
```

### Create Bitbucket Repo Token

[](#create-bitbucket-repo-token)

- Ga naar de "Repository settings"
- Ga naar "Access tokens"
- Klik op "Create Repository Access Token"
- Vink aan: Repository Read &amp; Write &amp; Pull Request Read &amp; Write
- Kopieer de Token &amp; User E-mailadres (voor Push)
- Sla deze op in de ENV vars.

#### Documentation

[](#documentation)

For full documentation, visit [laravel-zero.com](https://laravel-zero.com/).

#### Links

[](#links)

-
-
-

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

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 ~4 days

Total

6

Last Release

942d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/995231520c67f8525b9eb01fbd1ebc9db2405942d40fc1373276cd976da81b9e?d=identicon)[spaantje](/maintainers/spaantje)

---

Tags

cliconsoleframeworklaravellaravel-zero

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/mtvtd-mtvtd-cli/health.svg)

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

PHPackages © 2026

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