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

ActiveLibrary

medinaproduction/laravel-toolkit
================================

MedinaProduction Laravel Toolkit Package

1.0.2(1y ago)0234MITPHPPHP ^8.1

Since Dec 23Pushed 1y ago1 watchersCompare

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

READMEChangelogDependencies (5)Versions (4)Used By (0)

Laravel Toolkit
===============

[](#laravel-toolkit)

This package is designed to help with general tools in MedinaProduction Laravel projects.

Simple usage
------------

[](#simple-usage)

To use this package, follow these steps:

1. In your projects `composer.json` file, add the following:

```
"repositories": [
    ...
    {
        "type": "vcs",
        "url": "git@gitlab.com:medinaproduction/laravel-toolkit.git"
    }
]

```

2. In the terminal for your project, write the following:

```
composer require medinaproduction/laravel-toolkit`

```

How to use (and develop)
------------------------

[](#how-to-use-and-develop)

To use this package and to continue developing the package, follow these steps:

1. In your projects `composer.json` file, make sure you have the following:

```
composer require mnsami/composer-custom-directory-installer

```

2. When question apperears: Do you trust "mnsami/composer-custom-directory-installer"... press `y`.
3. Add the following to the `composer.json` file.

```
"extra": {
    ...
    "installer-paths": {
        ...
        "./support/laravel-toolkit": ["medinaproduction/laravel-toolkit"],
    }
},

```

4. Also add the following to the `repositories` section:

```
"repositories": [
    ...
    {
        "type": "vcs",
        "url": "git@gitlab.com:medinaproduction/laravel-toolkit.git"
    }
]

```

5. Finally, run the following command:

```
composer require medinaproduction/laravel-toolkit --prefer-source

```

6. A new clone of the repository is created under `support/laravel-toolkit/...`.

### Get tests to work

[](#get-tests-to-work)

*Note: This guide is for testing in a standalone folder. If you want to run tests within the `support` folder, the process may be a bit different.*

1. Naviage to package in termianl `cd support/laravel-toolkit`
2. Make sure you have run `composer update` in your package folder
3. Run tests `./vendor/bin/phpunit`

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity56

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

Total

3

Last Release

583d ago

PHP version history (2 changes)1.0.0PHP ^8.0

1.0.1PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/4347bd976de254d010fadefbd47e163e81a642132e865f39c236b8d0c310c66a?d=identicon)[edwardkarlsson](/maintainers/edwardkarlsson)

---

Tags

laravel

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11320.2M21](/packages/anourvalar-eloquent-serialize)[api-platform/laravel

API Platform support for Laravel

59126.4k6](/packages/api-platform-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.

3691.5k](/packages/codewithdennis-larament)

PHPackages © 2026

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