aedart/athenaeum

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

8.2.0 2024-04-23 06:50 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 to be testing, tinkering or developing 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