PHPackages                             mosaiqo/packet - 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. mosaiqo/packet

ActiveLibrary

mosaiqo/packet
==============

A simple package to create a workbench for your own packages.

0.0.1(10y ago)014MITPHPPHP &gt;=5.5.0

Since Sep 27Pushed 9y ago2 watchersCompare

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

READMEChangelogDependencies (8)Versions (3)Used By (0)

Packet
======

[](#packet)

[![Latest Version on Packagist](https://camo.githubusercontent.com/bf5deae6350172efb48e6460706045a71dd4d2a095f208d05a61772d6c055b09/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d6f736169716f2f7061636b65742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mosaiqo/packet)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/387f6c567712dc6821db3c624ab6509277a4a015aeea2e768e2f07895567992f/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6d6f736169716f2f6d6f736169716f2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/mosaiqo/packet)[![Coverage Status](https://camo.githubusercontent.com/53beb584b9038162e24af3455f51bd60f28270c2173c462856a11d406f0f5796/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6d6f736169716f2f7061636b65742e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/mosaiqo/packet/code-structure)[![Quality Score](https://camo.githubusercontent.com/363c80365db1dae0dcaac74df5cefacb7982688efc066c55e49c83dfb1081fd8/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6d6f736169716f2f7061636b65742e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/mosaiqo/packet)[![Total Downloads](https://camo.githubusercontent.com/e5d39a8d3830d617043d06aa2ebabab74142d0e018bfc99d0f9ce6200a89e88c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d6f736169716f2f7061636b65742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mosaiqo/packet)

This is a simple package to create a workbench in your (Laravel)\[\] project.
PSR4 Support.

Install
-------

[](#install)

Via Composer

```
$ composer require mosaiqo/packet
```

Usage
-----

[](#usage)

Copy this line in to the providers array

```
'providers' => [
	...
	Mosaiqo\Packet\PacketServiceProvider::class,
	...
```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Boudy de Geer](https://github.com/boudydegeer)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

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

Unknown

Total

1

Last Release

3886d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f1d20fba6b1303d9d75dc2510722212bbe8f84e3c057ba1bc3b9263b047198e3?d=identicon)[boudydegeer](/maintainers/boudydegeer)

---

Top Contributors

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

---

Tags

laravelpackageSkeletonworkbenchpackagerpacketmosaiqo

###  Code Quality

TestsCodeception

### Embed Badge

![Health badge](/badges/mosaiqo-packet/health.svg)

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

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[laravel/ui

Laravel UI utilities and presets.

2.7k134.9M601](/packages/laravel-ui)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[jeroen-g/laravel-packager

A cli tool for creating Laravel packages.

1.4k707.3k18](/packages/jeroen-g-laravel-packager)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M369](/packages/laravel-zero-framework)[spatie/laravel-health

Monitor the health of a Laravel application

86910.0M83](/packages/spatie-laravel-health)

PHPackages © 2026

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