PHPackages                             soysaltan/appender - 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. soysaltan/appender

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

soysaltan/appender
==================

Take your appends control in Laravel 5.6+

1.0.0(5y ago)2241MITPHPPHP &gt;=5.6

Since May 14Pushed 5y ago2 watchersCompare

[ Source](https://github.com/soysaltan/appender)[ Packagist](https://packagist.org/packages/soysaltan/appender)[ RSS](/packages/soysaltan-appender/feed)WikiDiscussions main Synced 6d ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Laravel Appender
================

[](#laravel-appender)

[![Latest Version on Packagist](https://camo.githubusercontent.com/f9c343c2b48c9a14ef6ba9e46098e0d3c126ee0a820cb09872feec7329248e95/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736f7973616c74616e2f617070656e6465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/soysaltan/appender)[![GitHub Tests Action Status](https://camo.githubusercontent.com/aea6abed5274f864380fc30fbf37b4a8e4f24f81ae490217b70e389283e7db94/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f736f7973616c74616e2f617070656e6465722f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/soysaltan/appender/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/46c4373f7bdfd70378b0998625c6f23d61fbfad4ecea7362a1dcd6b0984ef1b5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f736f7973616c74616e2f617070656e6465722f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/soysaltan/appender/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/7088c84b519083d2957da851b7407597b20346b35c0579b6d2f1f8b6a74465b6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f736f7973616c74616e2f617070656e6465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/soysaltan/appender)

---

While working with Laravel, sometimes you have to return fields that are not in your db table (). However, you may want to hide these fields that you add in some cases. In this case, you need to dominate the eloquent model.Now, you can do it easily with this package.

This package includes a `Appends` trait. You can use the `Appends` trait in any model you want. For example, if you want to add to the User model:

```
class User extends Model
{
    use HasFactory, Appends; //  your user mmodel
```

**Note:** If your model extends a custom class, you need to ensure that your extended class has `Concerns\HasAttributes` trait.Otherwise this package doesn't work since it uses `Concerns\HasAttributes::getArrayableAppends` method

---

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [sosi](https://github.com/soysaltan)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity47

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

Unknown

Total

1

Last Release

1827d ago

### Community

Maintainers

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

---

Top Contributors

[![paramientos](https://avatars.githubusercontent.com/u/4548213?v=4)](https://github.com/paramientos "paramientos (2 commits)")

---

Tags

laravelhideappends

### Embed Badge

![Health badge](/badges/soysaltan-appender/health.svg)

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

###  Alternatives

[highideas/laravel-users-online

This package will provide an online users management.

203113.2k1](/packages/highideas-laravel-users-online)[stephenjude/filament-blog

Filament Blog Builder

20317.8k](/packages/stephenjude-filament-blog)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11229.2k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

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