aether-integr8r
Architecture & Major Components
High-level diagram (text):
- Web UI/API -> job orchestration -> connector logic -> audit/logging -> downstream systems
Web UI/APIjob orchestrationconnector logicaudit/loggingdownstream systemsEntry points: public/index.php
Top-level folders: app, bootstrap, config, database, resources, routes, storage, tests
Key abstractions: Livewire admin modules, integration/automation models, Aeries API wrappers (AERIES-CERT header), SQL-backed models for Aeries/OCDE, Snipe-IT asset model
Setup / Build / Run
- Build system(s): Composer + npm.
- Configure .env (multiple DB connections and API tokens), run migrations/seeds, and serve via Laravel or Apache/Nginx (see README).