aedart/athenaeum

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

Installs: 5 164

Dependents: 0

Suggesters: 0

Security: 0

Stars: 23

Watchers: 1

Forks: 4

Open Issues: 6

pkg:composer/aedart/athenaeum

9.13.0 2025-10-02 06:46 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