PHPackages                             ometra/aether-client - 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. [API Development](/categories/api)
4. /
5. ometra/aether-client

ActiveLibrary[API Development](/categories/api)

ometra/aether-client
====================

0.9.1(7mo ago)0208↓100%MITPHP

Since Sep 22Pushed 5mo agoCompare

[ Source](https://github.com/Ometra-Core/aether-client-laravel)[ Packagist](https://packagist.org/packages/ometra/aether-client)[ RSS](/packages/ometra-aether-client/feed)WikiDiscussions main Synced 4mo ago

READMEChangelog (3)Dependencies (1)Versions (5)Used By (0)

Aether Client
=============

[](#aether-client)

Aether Client is a Laravel package that allows any client application to easily connect and interact with the Aether Server. With this package, you can manage "actions" and "realms" directly from your Laravel application's command line.

Installation
------------

[](#installation)

Install this package in your Laravel project via Composer:

```
composer require ometra/aether-client:dev-main
```

Enviroment Setup
----------------

[](#enviroment-setup)

Befor using the package, add the following variables to your .env file to connect with Aether Server:

```
AETHER_BASE_URL=      # URL of your Aether server
AETHER_REALM_ID=      # Realm ID for your application
AETHER_TOKEN=         # Authentication token
AETHER_LOG_LEV=       # Log level (e.g., debug, info, error)
```

Available Artisan Commands
--------------------------

[](#available-artisan-commands)

Each command should be executed from your project root using php artisan. Below you’ll find the main commands provided by the package, grouped by functionality.

### Actions

[](#actions)

- ***List actions***: Displays all actions configured for the application.

```
 php artisan aether:actions
```

- ***Create a new action***: Launches an interactive wizard for creating a new action, including name, description, and frequency.

```
php artisan aether:create-action
```

- ***Update an existing action***: Select and modify any registered action.

```
php artisan aether:update-action
```

- ***Delete an action***: Shows all registered actions and lets you select one to delete from your server.

```
php artisan aether:delete-action
```

- ***Update the configuration of an action that belongs to a realm***:
    Allows updating the relationships and settings between actions and realms.

```
php artisan aether:update-action-realm
```

**Note**

> Email addresses must be entered separated by commas, for example:

```
 user1@example.com,user2@example.com
```

> When one or more email addresses are provided, configuring a cooldown is mandatory.
>
> The cooldown represents the minimum time interval between notifications.
>
> The cooldown format must be HH:MM:SS, for example.

```
 00:15:00
```

> Notification settings are independent for errors (error) and warnings (warning), meaning that each one can have:

- A different list of email recipients
- Different threshold values
- A different cooldown time

### Realms

[](#realms)

- ***List realms***: Shows all realms registered for your application.

```
php artisan aether:realms
```

- ***Create a new realm***: Interactive wizard for registering a new realm.

```
php artisan aether:create-realm
```

- ***Update a realm***: Select a realm to rename it and/or add new action.

```
php artisan aether:update-realm
```

### Monitoring

[](#monitoring)

Sends a specific event (e.g., completion, error, etc.) to the Aether server.

```
  php artisan aether:report {action} {status?}
```

🔹 action (required): Name of the action to report
🔹 status (optional): Status or extra message

### Aditional information

[](#aditional-information)

> **Note**: By default, every application includes a special heartbeat action to check that the environment is running properly.

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance67

Regular maintenance activity

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

 Bus Factor1

Top contributor holds 98.4% 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 ~34 days

Total

3

Last Release

214d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/984800?v=4)[gruelas](/maintainers/gruelas)[@gruelas](https://github.com/gruelas)

---

Top Contributors

[![LauraRivera1607](https://avatars.githubusercontent.com/u/147354444?v=4)](https://github.com/LauraRivera1607 "LauraRivera1607 (60 commits)")[![vicario00](https://avatars.githubusercontent.com/u/101902535?v=4)](https://github.com/vicario00 "vicario00 (1 commits)")

### Embed Badge

![Health badge](/badges/ometra-aether-client/health.svg)

```
[![Health](https://phpackages.com/badges/ometra-aether-client/health.svg)](https://phpackages.com/packages/ometra-aether-client)
```

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M985](/packages/statamic-cms)[darkaonline/l5-swagger

OpenApi or Swagger integration to Laravel

3.0k37.6M134](/packages/darkaonline-l5-swagger)[knuckleswtf/scribe

Generate API documentation for humans from your Laravel codebase.✍

2.3k14.2M63](/packages/knuckleswtf-scribe)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135224.7k7](/packages/statamic-rad-pack-runway)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

783.8k](/packages/scriptdevelop-whatsapp-manager)[duncanmcclean/statamic-cargo

Comprehensive e-commerce addon for Statamic. Build bespoke e-commerce sites without the complexity.

3416.9k](/packages/duncanmcclean-statamic-cargo)

PHPackages © 2026

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