PHPackages                             thuraaung2493/laravel-config-types - 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. thuraaung2493/laravel-config-types

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

thuraaung2493/laravel-config-types
==================================

A small wrapper types safe class for Laravel config.

v0.1.1(2y ago)0181MITPHPPHP ^8.2

Since Nov 9Pushed 2y ago1 watchersCompare

[ Source](https://github.com/thuraaung2493/laravel-config-types)[ Packagist](https://packagist.org/packages/thuraaung2493/laravel-config-types)[ RSS](/packages/thuraaung2493-laravel-config-types/feed)WikiDiscussions main Synced today

READMEChangelog (2)Dependencies (6)Versions (3)Used By (1)

Laravel Config Types
====================

[](#laravel-config-types)

**It supports Laravel 9+ and PHP 8.2+**

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

[](#installation)

```
composer require thuraaung2493/laravel-config-types
```

Usage
-----

[](#usage)

```
// Facades
use Thuraaung\ConfigTypes\Facades\Config

  Config::string('app.name') // 'Laravel'

// Via Service Container

use Thuraaung\ConfigTypes\ConfigResolver;

class Example
{
  public function __construct(
    private readonly ConfigResolver $config,
  ) {}

  public function test(): string
  {
    return $this->config->string('app.name');
  }
}

$example = new Example();
$example->test() // 'Laravel'
```

Test
----

[](#test)

```
  composer test
```

License
-------

[](#license)

This package is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity46

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

Total

2

Last Release

967d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/22706964?v=4)[Thura@Blackmonster](/maintainers/thuraaung2493)[@thuraaung2493](https://github.com/thuraaung2493)

---

Top Contributors

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

---

Tags

configlaravellibrarytypes

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/thuraaung2493-laravel-config-types/health.svg)

```
[![Health](https://phpackages.com/badges/thuraaung2493-laravel-config-types/health.svg)](https://phpackages.com/packages/thuraaung2493-laravel-config-types)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M345](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M11](/packages/renatomarinho-laravel-page-speed)[illuminate/pagination

The Illuminate Pagination package.

12234.1M1.0k](/packages/illuminate-pagination)[illuminate/pipeline

The Illuminate Pipeline package.

9349.2M282](/packages/illuminate-pipeline)[illuminate/redis

The Illuminate Redis package.

8314.6M374](/packages/illuminate-redis)[illuminate/cookie

The Illuminate Cookie package.

244.6M137](/packages/illuminate-cookie)

PHPackages © 2026

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