PHPackages                             totocsa01/laravel-composer-package-development - 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. totocsa01/laravel-composer-package-development

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

totocsa01/laravel-composer-package-development
==============================================

Setting up a Laravel application used for development.

v1.0.2(2mo ago)0110MITPHPPHP ^7.4|^8.0

Since Jan 24Pushed 2mo agoCompare

[ Source](https://github.com/totocsa01/laravel-composer-package-development)[ Packagist](https://packagist.org/packages/totocsa01/laravel-composer-package-development)[ RSS](/packages/totocsa01-laravel-composer-package-development/feed)WikiDiscussions main Synced today

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

laravel-composer-package-development
====================================

[](#laravel-composer-package-development)

About
-----

[](#about)

This package contains Laravel CLI commands to help develop composer packages. All commands are optional, but they reduce the risk of typos.

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

[](#installation)

```
composer require totocsa01/laravel-composer-package-development
```

Commands
--------

[](#commands)

### dev:composer-package-type-path-on

[](#devcomposer-package-type-path-on)

Development a package. type: path

**Usage**

```
php artisan dev:composer-package-type-path-on [options]
```

This will run these commands. {vendor} and {repository} are determined from the &lt;package&gt; and do not need to be specified. :

```
# Only if --git-clone option is present
git clone -b main git@github.com:.git packages/

composer config repositories.{vendor}-{repository} {"name":"{vendor}-{repository}","type":"path","url":"packages/","options":{"symlink":true}}
composer require :dev-main --no-interaction --prefer-source
```

```
# This command clones the totocsa01/laravel-composer-package-development package in the packages/totocsa01/laravel-composer-package-development directory. You can then continue developing it.
php artisan dev:composer-package-type-path-on --git-clone totocsa01/laravel-composer-package-development
```

### dev:composer-package-type-path-off

[](#devcomposer-package-type-path-off)

Closing development of a compose package. It deletes the symlink from the vendor directory, but does not delete the package from the packages directory.

**Usage**

```
php artisan dev:composer-package-type-path-off
```

This will run these commands. {vendor} and {repository} are determined from the &lt;package&gt; and do not need to be specified. You can also specify a tag in &lt;package&gt;. This will be used by composer require.:

```
composer config --unset 'repositories.{vendor}-{repository}'
composer remove '{vendor}/{repository}'
composer require ''
```

```
# This command clones the totocsa01/laravel-composer-package-development package in the packages/totocsa01/laravel-composer-package-development directory. You can then continue developing it.
php artisan dev:composer-package-type-path-off totocsa01/laravel-composer-package-development
```

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance83

Actively maintained with recent releases

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 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

Every ~36 days

Total

3

Last Release

87d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/255261103?v=4)[Csaba Tóth](/maintainers/totocsa01)[@totocsa01](https://github.com/totocsa01)

---

Top Contributors

[![totocsa01](https://avatars.githubusercontent.com/u/255261103?v=4)](https://github.com/totocsa01 "totocsa01 (1 commits)")

### Embed Badge

![Health badge](/badges/totocsa01-laravel-composer-package-development/health.svg)

```
[![Health](https://phpackages.com/badges/totocsa01-laravel-composer-package-development/health.svg)](https://phpackages.com/packages/totocsa01-laravel-composer-package-development)
```

###  Alternatives

[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[crumbls/layup

A visual page builder plugin for Filament 5 — Divi-style grid layouts with extensible widgets.

592.7k1](/packages/crumbls-layup)[team-nifty-gmbh/tall-datatables

Server-side rendered datatables for Laravel and Livewire

1320.9k4](/packages/team-nifty-gmbh-tall-datatables)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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