aedart/athenaeum

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

Maintainers

👁 aedart

Package info

github.com/aedart/athenaeum

pkg:composer/aedart/athenaeum

Statistics

Installs: 5 164

Dependents: 0

Suggesters: 0

Stars: 25

Open Issues: 6

10.10.0 2026-06-23 06:46 UTC

Requires

Suggests

None

Provides

None

Conflicts

None

Replaces

BSD-3-Clause 4d600a4789a09562495fb6ed8edf0562ecb51499

  • Alin Eugen Deac <aedart.woop@gmail.com>

This package is auto-updated.

Last update: 2026-06-23 06:46:40 UTC


README

👁 Latest Stable Version
👁 Total Downloads
👁 Latest Unstable Version
👁 License
👁 Build Status

Athenaeum

Athenaeum is a mono repository; a collection of various packages. The majority are based on well known components, such as those offered by Laravel. A few of the offered packages are:

Config

A configuration loader, supporting *.ini, *.json, *.php, *.yml, *.toml, and *.neon.

Core

A custom Laravel Application implementation, intended for testing, tinkering or development of non-essential custom applications.

Circuits

A Circuit Breaker to encapsulate failure prevention logic.

Dto

Data Transfer Object abstraction.

ETags

ETags and Http Conditional Request evaluation utilities.

Http Clients

Http Client wrapper, with a Manager able to handle multiple "profiles".

Support

Aware-of Helpers for Laravel and DTOs.

Not a Framework

Athenaeum shouldn't be mistaken for a framework, despite the amount of packages that are offered. The packages are merely helpers and utilities...

How to install

composer require aedart/athenaeum

Official Documentation

Please read the official documentation for additional information.

Versioning

This package follows Semantic Versioning 2.0.0

License

BSD-3-Clause, Read the LICENSE file included in this package