PHPackages                             silvertipsoftware/laravel-support - 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. silvertipsoftware/laravel-support

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

silvertipsoftware/laravel-support
=================================

v10.0.13(2y ago)066MITPHP

Since Mar 27Pushed 2y ago3 watchersCompare

[ Source](https://github.com/SilvertipSoftware/laravel-support)[ Packagist](https://packagist.org/packages/silvertipsoftware/laravel-support)[ RSS](/packages/silvertipsoftware-laravel-support/feed)WikiDiscussions main Synced today

READMEChangelog (10)Dependencies (6)Versions (19)Used By (0)

when updating laravel version:

- FluentModel get/set
- ValidationExceptionWithMessages can go
- MethodCallingRule comes back
- HasTraits booting/initialize of traits
- getForeignKey -&gt; getForeignKeyName for BelongsTo
- WithJson can use Resources

Laravel Support Package
=======================

[](#laravel-support-package)

This library adds a bunch of support functionality to core Laravel. Tries to be roughly analogous to the huge set of Rails functionality, but not strictly.

Eloquent Support
----------------

[](#eloquent-support)

### Autosaving Relations

[](#autosaving-relations)

### Model Naming Helpers

[](#model-naming-helpers)

### Nested Attributes

[](#nested-attributes)

### Transactional Database Writes

[](#transactional-database-writes)

### Translation Support

[](#translation-support)

### Validation

[](#validation)

Request/Response Support
------------------------

[](#requestresponse-support)

### Strong Parameters

[](#strong-parameters)

One of the main problems with guarded attributes on models is that different parts of the code often have different rules for what attributes are fillable or not, eg. user controller vs admin controller vs background job, etc.

Strong parameters is a way of filtering input (usually on an individual controller level) and passing that to an unguarded model. That way, each individual controller can decide what attributes it's allowed to modify, and in the case of jobs, etc, permit modifying of all of them.

Individual models still may have guards on them, for global protection, but by default, they are all unguarded.

### AutoResponds

[](#autoresponds)

### Conditional Gets

[](#conditional-gets)

Routing Support
---------------

[](#routing-support)

### REST-based URL generation

[](#rest-based-url-generation)

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

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

Recently: every ~59 days

Total

18

Last Release

755d ago

Major Versions

v8.0.3 → v10.0.02023-09-21

### Community

Maintainers

![](https://www.gravatar.com/avatar/181c1808871c0b143792e2a5db97971850429ff960d46ffa821a954a9aeed745?d=identicon)[info@silvertipsoftware.com](/maintainers/info@silvertipsoftware.com)

---

Top Contributors

[![aksonnic](https://avatars.githubusercontent.com/u/1252956?v=4)](https://github.com/aksonnic "aksonnic (37 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/silvertipsoftware-laravel-support/health.svg)

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

###  Alternatives

[beyondcode/laravel-vouchers

Allow users to redeem vouchers that are bound to models..

70768.4k2](/packages/beyondcode-laravel-vouchers)

PHPackages © 2026

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