ometra / aether-client
Installs: 110
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/ometra/aether-client
Requires
- laravel/framework: ^12.0
README
System Overview
This is the package that the user must install within the application in which they wish to use aether. For the client to be able to make requests, it must define the following environment variables:
AETHER_BASE_URL= AETHER_REALM_ID= AETHER_TOKEN= AETHER_LOG_LEV=
Package installation
To integrate Aether into any system, you need to run the following code:
composer require ometra/aether-client:dev-main
**Note: Each application includes a default heartbeat action, which is used to monitor that the environment is running.
Console Commands
Displays the full list of actions configured in the realm.
php artisan aether:actions
Allows you to create a new action by specifying its name, description, and frequency.
php artisan aether:create-action
Lets you select an existing action to update its details.
php artisan aether:update-action
Shows all registered actions and lets you choose one to delete.
php artisan aether:delete-action
Displays the list of realms registered in the application.
php artisan aether:realms
Creates a new realm and optionally allows you to associate actions with it.
php artisan aether:create-realm
Lets you select an existing realm to rename it and optionally add more actions.
php artisan aether:update-realm
Reports a specific action by providing its name.
php artisan aether:report name_action