PHPackages                             aedart/athenaeum-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. aedart/athenaeum-support

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

aedart/athenaeum-support
========================

Aware-of Helpers for Laravel components and other utilities

9.25.1(2mo ago)029.2k↓50%20BSD-3-ClausePHPPHP ^8.3

Since Apr 15Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/aedart/athenaeum-support)[ Packagist](https://packagist.org/packages/aedart/athenaeum-support)[ Docs](https://aedart.github.io/athenaeum/)[ RSS](/packages/aedart-athenaeum-support/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (14)Versions (166)Used By (20)

Athenaeum Support
=================

[](#athenaeum-support)

Offers complementary components and helpers to [Laravel's Support package](https://packagist.org/packages/illuminate/support).

Laravel Aware-of Helpers
------------------------

[](#laravel-aware-of-helpers)

Traits that offer [Getters and Setters](https://en.wikipedia.org/wiki/Mutator_method) helpers for some of Laravel's core packages.

These components allow you to manually set and retrieve a Laravel component, e.g. a configuration `Repository`. Additionally, when no component instance has been specified, it will automatically default to whatever Laravel has bound in the [Service Container](https://laravel.com/docs/6.x/container).

You can think of these helpers as supplements, or alternatives to Laravel's native [Facades](https://laravel.com/docs/6.x/facades).

```
use \Aedart\Support\Helpers\Config\ConfigTrait;

class MyApiService
{
    use ConfigTrait;

    public function __construct()
    {
        $config = $this->getConfig();

        $url = $config->get('services.trucks-api.url');

        // ... remaining not shown ...
    }
}
```

Aware-of Properties
-------------------

[](#aware-of-properties)

In addition to the Laravel Aware-of Helpers, this package comes with an abundance of "aware-of xyz" helpers. These are generated traits that offer getters and setter methods for various types properties. They are mostly useful when creating DTOs.

```
use \Aedart\Support\Properties\Strings\NameTrait;
use \Aedart\Support\Properties\Integers\AgeTrait;

class Person
{
    use NameTrait;
    use AgeTrait;
}
```

Documentation
-------------

[](#documentation)

Please read the [official documentation](https://aedart.github.io/athenaeum/) for additional information.

Repository
----------

[](#repository)

The mono repository is located at [github.com/aedart/athenaeum](https://github.com/aedart/athenaeum)

Versioning
----------

[](#versioning)

This package follows [Semantic Versioning 2.0.0](http://semver.org/)

License
-------

[](#license)

[BSD-3-Clause](http://spdx.org/licenses/BSD-3-Clause), Read the LICENSE file included in this package

###  Health Score

60

—

FairBetter than 99% of packages

Maintenance88

Actively maintained with recent releases

Popularity26

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity90

Battle-tested with a long release history

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

Total

165

Last Release

75d ago

Major Versions

4.2.1 → 5.0.02020-10-04

5.27.0 → 6.0.02022-04-05

6.8.1 → 7.0.02023-02-16

7.33.0 → 8.0.02024-03-18

8.22.0 → 9.0.02025-03-04

PHP version history (6 changes)v4.0PHP &gt;=7.4.0

6.0.0PHP ^8.0.2

7.0.0PHP ^8.1

7.21.0PHP ^8.1.22

8.0.0PHP ^8.2

9.0.0PHP ^8.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1523223?v=4)[Alin Eugen Deac](/maintainers/aedart)[@aedart](https://github.com/aedart)

---

Top Contributors

[![aedart](https://avatars.githubusercontent.com/u/1523223?v=4)](https://github.com/aedart "aedart (377 commits)")

---

Tags

aware-ofhelperspropertiesutilshelpersutilspropertiesAthenaeumAware Of

### Embed Badge

![Health badge](/badges/aedart-athenaeum-support/health.svg)

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

###  Alternatives

[danielstjules/stringy

A string manipulation library with multibyte support

2.4k26.0M191](/packages/danielstjules-stringy)[voku/arrayy

Array manipulation library for PHP, called Arrayy!

4875.5M16](/packages/voku-arrayy)[voku/stringy

A string manipulation library with multibyte support

1783.8M19](/packages/voku-stringy)[dereuromark/cakephp-tools

A CakePHP plugin containing lots of useful and reusable tools

338920.1k32](/packages/dereuromark-cakephp-tools)[statamic/stringy

A string manipulation library with multibyte support, forked from @statamic

234.5M14](/packages/statamic-stringy)[aedart/athenaeum

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

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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