PHPackages                             gr-group/grsupport - 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. gr-group/grsupport

ActiveLibrary

gr-group/grsupport
==================

GR Support

1.1.4(8y ago)07941MITPHPPHP &gt;=5.6

Since Oct 8Pushed 8y ago1 watchersCompare

[ Source](https://github.com/gr-group/grsupport)[ Packagist](https://packagist.org/packages/gr-group/grsupport)[ RSS](/packages/gr-group-grsupport/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (6)Versions (16)Used By (1)

grinc/grsupport
===============

[](#grincgrsupport)

Support package used in projects in Laravel of technology companies of GR Group

Installation
============

[](#installation)

Execute the following composer command.

```
composer require gr-group/grsupport

```

Register the service provider in config/app.php file.
If you are in L5.5+ you don't need the

```
'providers' => [
	...
	GRGroup\GRSupport\GRSupportServiceProvider::class,
]
```

How to use middleware for clean html strings from global request
----------------------------------------------------------------

[](#how-to-use-middleware-for-clean-html-strings-from-global-request)

This middleware uses the [Purifier](https://github.com/mewebstudio/Purifier) package.

Now, in app/Http/Kernel.php file

```
protected $middleware = [
	...
	\GRGroup\GRSupport\Middleware\CleanHtmlStrings::class,
];
```

Methods, Helpers and Blade Directives
-------------------------------------

[](#methods-helpers-and-blade-directives)

[Methods](https://github.com/gr-group/grsupport/blob/master/src/Classes/Support.php#L9)

[Helpers](https://github.com/gr-group/grsupport/blob/master/src/Helpers/grsupport.php#L3)

[Blade Directives](https://github.com/gr-group/grsupport/blob/master/src/GRSupportServiceProvider.php#L18)

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity66

Established project with proven stability

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

Total

15

Last Release

3064d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/gr-group-grsupport/health.svg)

```
[![Health](https://phpackages.com/badges/gr-group-grsupport/health.svg)](https://phpackages.com/packages/gr-group-grsupport)
```

###  Alternatives

[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1225.0k10](/packages/fleetbase-core-api)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[a2insights/filament-saas

Filament Saas for A2Insights

161.1k](/packages/a2insights-filament-saas)

PHPackages © 2026

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