PHPackages                             otinsoft/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. otinsoft/laravel-toolkit

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

otinsoft/laravel-toolkit
========================

Common utilities for Laravel projects.

0.2.2(8y ago)0154MITPHPPHP ^7.0

Since Jun 22Pushed 8y ago1 watchersCompare

[ Source](https://github.com/otinsoft/laravel-toolkit)[ Packagist](https://packagist.org/packages/otinsoft/laravel-toolkit)[ Docs](https://github.com/otinsoft/laravel-toolkit)[ RSS](/packages/otinsoft-laravel-toolkit/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (7)Dependencies (4)Versions (9)Used By (0)

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

[](#laravel-toolkit)

[![Latest Stable Version](https://camo.githubusercontent.com/41b693364c271eef8146b702c0d26cf93f4b1ae0e0a109d4d98b355ba3ec242e/68747470733a2f2f706f7365722e707567782e6f72672f6f74696e736f66742f6c61726176656c2d746f6f6c6b69742f762f737461626c652e737667)](https://packagist.org/packages/otinsoft/laravel-toolkit)[![Build Status](https://camo.githubusercontent.com/3f46b29c1e2cac373b58bcc1098276adddc6d930db26a04f84cb25da25e84217/68747470733a2f2f7472617669732d63692e6f72672f6f74696e736f66742f6c61726176656c2d746f6f6c6b69742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/otinsoft/laravel-toolkit)

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

[](#installation)

You can install the package via composer:

```
composer require otinsoft/laravel-toolkit
```

Install the service provider:

```
// config/app.php
'providers' => [
    ...
    Otinsoft\Toolkit\ToolkitServiceProvider::class,
],
```

*(Optional)* Publish the migrations with:

```
php artisan vendor:publish --provider="Otinsoft\Toolkit\ToolkitServiceProvider" --tag="migrations"
```

*(Optional)* Publish the config file with:

```
php artisan vendor:publish --provider="Otinsoft\Toolkit\ToolkitServiceProvider" --tag="config"
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Recently: every ~18 days

Total

7

Last Release

3172d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/43c2999e83614acd2ad1b9df54d88807b2cf723814d5af019084fe5884fa7930?d=identicon)[cretueusebiu](/maintainers/cretueusebiu)

---

Top Contributors

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

---

Tags

laravelphp

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

PHPackages © 2026

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