PHPackages                             slokee/supporter - 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. slokee/supporter

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

slokee/supporter
================

Laravel Supporter is a powerful utility package designed to enhance development speed by providing ready-to-use code snippets. This package helps developers streamline their workflow by reducing repetitive coding tasks, ensuring cleaner and more efficient Laravel applications.

v1.0.7(1y ago)012MITPHPPHP &gt;=8.0

Since Mar 8Pushed 1y ago1 watchersCompare

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

READMEChangelog (2)Dependencies (2)Versions (9)Used By (0)

Laravel Supporter
=================

[](#laravel-supporter)

Laravel Supporter is a powerful utility package designed to enhance development speed by providing ready-to-use code snippets. This package helps developers streamline their workflow by reducing repetitive coding tasks, ensuring cleaner and more efficient Laravel applications.

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

[](#installation)

```
composer require slokee/supporter
```

Configuration
-------------

[](#configuration)

Publish the configuration file (if required):

```
php artisan vendor:publish --provider="Slokee\Supporter\SupportServiceProvider"
```

Features
--------

[](#features)

- [Validation Rules](docs/validation.md) - Custom validation rules to extend Laravel's validation capabilities.
- [Casts](docs/casts.md) - Custom Eloquent model casts for better data handling.
- [Commands](docs/commands.md) - Artisan commands to generate services, repositories, and more.
- Scopes:
    - [Local Scopes](docs/local-scopes.md) - Predefined local model scopes for common queries.
    - [Global Scopes](docs/global-scopes.md) - Global query scopes for automatic model filtering.
- [Utilities](docs/utilities.md) - Additional helper functions to simplify common operations.
- [Enums](docs/enums.md) - Enum classes to standardize values like named colors.
- [Blade Diretives](docs/blade-directives.md) - Common Custom Blade directives for faster development.

Usage
-----

[](#usage)

Refer to the individual documentation files for detailed usage examples.

Publishing Stubs and Configurations
-----------------------------------

[](#publishing-stubs-and-configurations)

To customize stub files or configurations used by the commands, you can publish them using the following tags:

```
# Publish configuration file
php artisan vendor:publish --tag=supporter-config

# Publish translation files
php artisan vendor:publish --tag=supporter-translations

# Publish stub files
php artisan vendor:publish --tag=supporter-stubs
```

This will publish:

- `config/supporter.php`
- `stubs/supporter/*`

Contribution
------------

[](#contribution)

We welcome contributions! Please check the [Contribution Guide](docs/contribution.md) for more details on how to get involved.

License
-------

[](#license)

This package is open-source software licensed under the [MIT license](LICENSE).

Reporting Issues
----------------

[](#reporting-issues)

If you encounter a bug or have a feature request, please open an issue on GitHub with detailed information.

Contact
-------

[](#contact)

For reporting bugs or further inquiries, you can reach out via email at: ****

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance48

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Total

8

Last Release

380d ago

PHP version history (2 changes)1.0.0PHP &gt;=8.2

v1.0.1PHP &gt;=8.0

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

laravelhelpersscopesutilitiesvalidation-rulescode-snippetssupporter

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/slokee-supporter/health.svg)

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

###  Alternatives

[ronasit/laravel-helpers

Provided helpers function and some helper class.

1475.7k13](/packages/ronasit-laravel-helpers)

PHPackages © 2026

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